STM32L152C-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 86 of file stm32l152c_discovery.c.
Referenced by BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 85 of file stm32l152c_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
Definition at line 84 of file stm32l152c_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
Initial value:
Definition at line 80 of file stm32l152c_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Initial value:
Definition at line 77 of file stm32l152c_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Generated on Thu Aug 24 2017 17:55:24 for STM32L152C-Discovery BSP User Manual by
