Variables | |
static const IRQn_Type | BUTTON_IRQn [BUTTONn] = {BUTTON_WAKEUP_EXTI_IRQn} |
static const uint16_t | BUTTON_PIN [BUTTONn] = {BUTTON_WAKEUP_PIN} |
static GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {BUTTON_WAKEUP_GPIO_PORT} |
static EXTI_HandleTypeDef | hjoy_exti [JOY_KEY_NUMBER] |
static const IRQn_Type | JOY1_IRQn [JOY_KEY_NUMBER] |
static const uint16_t | JOY1_PIN [JOY_KEY_NUMBER] |
static GPIO_TypeDef * | JOY1_PORT [JOY_KEY_NUMBER] |
static uint32_t | JoyPinsMask |
static const uint32_t | LED_PIN [LEDn] |
static GPIO_TypeDef * | LED_PORT [LEDn] |
|
static |
Definition at line 92 of file stm32h747i_discovery.c.
|
static |
Definition at line 91 of file stm32h747i_discovery.c.
|
static |
Definition at line 90 of file stm32h747i_discovery.c.
|
static |
Definition at line 124 of file stm32h747i_discovery.c.
|
static |
Definition at line 118 of file stm32h747i_discovery.c.
|
static |
Definition at line 111 of file stm32h747i_discovery.c.
|
static |
Definition at line 104 of file stm32h747i_discovery.c.
|
static |
Definition at line 103 of file stm32h747i_discovery.c.
|
static |
|
static |
Definition at line 80 of file stm32h747i_discovery.c.