STM8S/A Standard Peripherals Drivers
|
Defines | |
#define | GPIO_CR1_RESET_VALUE ((uint8_t)0x00) |
#define | GPIO_CR2_RESET_VALUE ((uint8_t)0x00) |
#define | GPIO_DDR_RESET_VALUE ((uint8_t)0x00) |
#define | GPIO_ODR_RESET_VALUE ((uint8_t)0x00) |
Define Documentation
#define GPIO_CR1_RESET_VALUE ((uint8_t)0x00) |
Definition at line 285 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_CR2_RESET_VALUE ((uint8_t)0x00) |
Definition at line 286 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_DDR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 284 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_ODR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 283 of file stm8s.h.
Referenced by GPIO_DeInit().