STM32L100C-Discovery BSP User Manual
|
Variables | |
GPIO_TypeDef * | GPIO_PORT [LEDn] |
const uint16_t | GPIO_PIN [LEDn] |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT} |
const uint16_t | BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN} |
const uint8_t | BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Variable Documentation
const uint8_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Definition at line 81 of file stm32l100c_discovery.c.
Referenced by BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 80 of file stm32l100c_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
Definition at line 79 of file stm32l100c_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
Initial value:
Definition at line 75 of file stm32l100c_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Initial value:
Definition at line 72 of file stm32l100c_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Generated on Thu Aug 24 2017 17:53:00 for STM32L100C-Discovery BSP User Manual by
