STM8S/A Standard Peripherals Drivers
|
General Purpose I/Os (GPIO) More...
#include <stm8s.h>
Data Fields | |
__IO uint8_t | CR1 |
__IO uint8_t | CR2 |
__IO uint8_t | DDR |
__IO uint8_t | IDR |
__IO uint8_t | ODR |
Detailed Description
Field Documentation
__IO uint8_t GPIO_struct::CR1 |
Configuration Register 1
Definition at line 270 of file stm8s.h.
Referenced by GPIO_DeInit(), GPIO_ExternalPullUpConfig(), and GPIO_Init().
__IO uint8_t GPIO_struct::CR2 |
Configuration Register 2
Definition at line 271 of file stm8s.h.
Referenced by GPIO_DeInit(), and GPIO_Init().
__IO uint8_t GPIO_struct::DDR |
Data Direction Register
Definition at line 269 of file stm8s.h.
Referenced by GPIO_DeInit(), and GPIO_Init().
__IO uint8_t GPIO_struct::IDR |
Input Data Register
Definition at line 268 of file stm8s.h.
Referenced by GPIO_ReadInputData(), and GPIO_ReadInputPin().
__IO uint8_t GPIO_struct::ODR |
Output Data Register
Definition at line 267 of file stm8s.h.
Referenced by GPIO_DeInit(), GPIO_Init(), GPIO_ReadOutputData(), GPIO_Write(), GPIO_WriteHigh(), GPIO_WriteLow(), and GPIO_WriteReverse().
The documentation for this struct was generated from the following file: