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 280 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_CR2_RESET_VALUE ((uint8_t)0x00) |
Definition at line 281 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_DDR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 279 of file stm8s.h.
Referenced by GPIO_DeInit().
#define GPIO_ODR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 278 of file stm8s.h.
Referenced by GPIO_DeInit().