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 | hI2cAudioHandler = {0} |
static I2C_HandleTypeDef | hI2cExtHandler = {0} |
const uint16_t BUTTON_IRQn[BUTTONn] = {WAKEUP_BUTTON_EXTI_IRQn } |
Definition at line 106 of file stm32f769i_discovery.c.
const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN } |
Definition at line 104 of file stm32f769i_discovery.c.
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {WAKEUP_BUTTON_GPIO_PORT } |
Definition at line 102 of file stm32f769i_discovery.c.
uint32_t GPIO_PIN[LEDn] |
Definition at line 96 of file stm32f769i_discovery.c.
GPIO_TypeDef* GPIO_PORT[LEDn] |
Definition at line 99 of file stm32f769i_discovery.c.
|
static |
Definition at line 109 of file stm32f769i_discovery.c.
|
static |
Definition at line 110 of file stm32f769i_discovery.c.