Variables | |
const uint16_t | BUTTON_IRQn [BUTTONn] = {WAKEUP_BUTTON_EXTI_IRQn } |
const uint16_t | BUTTON_PIN [BUTTONn] = {WAKEUP_BUTTON_PIN } |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {WAKEUP_BUTTON_GPIO_PORT } |
uint32_t | GPIO_PIN [LEDn] |
GPIO_TypeDef * | GPIO_PORT [LEDn] |
static I2C_HandleTypeDef | heval_I2c1 |
static I2C_HandleTypeDef | heval_I2c2 |
const uint16_t BUTTON_IRQn[BUTTONn] = {WAKEUP_BUTTON_EXTI_IRQn } |
Definition at line 103 of file stm32469i_discovery.c.
const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN } |
Definition at line 101 of file stm32469i_discovery.c.
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {WAKEUP_BUTTON_GPIO_PORT } |
Definition at line 99 of file stm32469i_discovery.c.
uint32_t GPIO_PIN[LEDn] |
GPIO_TypeDef* GPIO_PORT[LEDn] |
Definition at line 94 of file stm32469i_discovery.c.
|
static |
Definition at line 106 of file stm32469i_discovery.c.
|
static |
Definition at line 107 of file stm32469i_discovery.c.