Variables | |
const uint8_t | BUTTON_IRQn [BUTTONn] = {KEY_BUTTON_EXTI_IRQn} |
const uint16_t | BUTTON_PIN [BUTTONn] = {KEY_BUTTON_PIN} |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {KEY_BUTTON_GPIO_PORT} |
const uint16_t | GPIO_PIN [LEDn] |
GPIO_TypeDef * | GPIO_PORT [LEDn] |
static I2C_HandleTypeDef | I2cHandle |
uint32_t | I2cxTimeout = I2Cx_TIMEOUT_MAX |
static SPI_HandleTypeDef | SpiHandle |
uint32_t | SpixTimeout = SPIx_TIMEOUT_MAX |
const uint8_t BUTTON_IRQn[BUTTONn] = {KEY_BUTTON_EXTI_IRQn} |
Definition at line 102 of file stm32f411e_discovery.c.
const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN} |
Definition at line 101 of file stm32f411e_discovery.c.
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {KEY_BUTTON_GPIO_PORT} |
Definition at line 100 of file stm32f411e_discovery.c.
const uint16_t GPIO_PIN[LEDn] |
GPIO_TypeDef* GPIO_PORT[LEDn] |
Definition at line 90 of file stm32f411e_discovery.c.
|
static |
Definition at line 107 of file stm32f411e_discovery.c.
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX |
Definition at line 104 of file stm32f411e_discovery.c.
|
static |
Definition at line 108 of file stm32f411e_discovery.c.
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX |
Definition at line 105 of file stm32f411e_discovery.c.