Macros | |
#define | IS_GPIO_MODE(MODE) |
Enumerations | |
enum | GPIOMode_TypeDef { GPIO_Mode_IN = 0x00, GPIO_Mode_OUT = 0x01, GPIO_Mode_AF = 0x02, GPIO_Mode_AN = 0x03, GPIO_Mode_IN = 0x00, GPIO_Mode_OUT = 0x01, GPIO_Mode_AF = 0x02, GPIO_Mode_AN = 0x03, GPIO_Mode_AIN = 0x0, GPIO_Mode_IN_FLOATING = 0x04, GPIO_Mode_IPD = 0x28, GPIO_Mode_IPU = 0x48, GPIO_Mode_Out_OD = 0x14, GPIO_Mode_Out_PP = 0x10, GPIO_Mode_AF_OD = 0x1C, GPIO_Mode_AF_PP = 0x18, GPIO_Mode_IN = 0x00, GPIO_Mode_OUT = 0x01, GPIO_Mode_AF = 0x02, GPIO_Mode_AN = 0x03 } |
#define IS_GPIO_MODE | ( | MODE | ) |
Definition at line 71 of file stm32f30x_gpio.h.
enum GPIOMode_TypeDef |
Enumerator | |
---|---|
GPIO_Mode_IN |
GPIO Input Mode |
GPIO_Mode_OUT |
GPIO Output Mode |
GPIO_Mode_AF |
GPIO Alternate function Mode |
GPIO_Mode_AN |
GPIO Analog Mode |
GPIO_Mode_IN |
GPIO Input Mode |
GPIO_Mode_OUT |
GPIO Output Mode |
GPIO_Mode_AF |
GPIO Alternate function Mode |
GPIO_Mode_AN |
GPIO Analog Mode |
GPIO_Mode_AIN | |
GPIO_Mode_IN_FLOATING | |
GPIO_Mode_IPD | |
GPIO_Mode_IPU | |
GPIO_Mode_Out_OD | |
GPIO_Mode_Out_PP | |
GPIO_Mode_AF_OD | |
GPIO_Mode_AF_PP | |
GPIO_Mode_IN |
GPIO Input Mode |
GPIO_Mode_OUT |
GPIO Output Mode |
GPIO_Mode_AF |
GPIO Alternate function Mode |
GPIO_Mode_AN |
GPIO Analog In/Out Mode |
Definition at line 63 of file stm32f30x_gpio.h.