STM32F0308-Discovery BSP User Manual: Private Variables

STM32F0308 Discovery BSP Drivers

STM32F0308-Discovery BSP User Manual

Variables

GPIO_TypeDef * LED_PORT [LEDn] = {LED3_GPIO_PORT, LED4_GPIO_PORT}
const uint16_t LED_PIN [LEDn] = {LED3_PIN, LED4_PIN}
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

Definition at line 82 of file stm32f0308_discovery.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN}

Definition at line 81 of file stm32f0308_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

Definition at line 80 of file stm32f0308_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t LED_PIN[LEDn] = {LED3_PIN, LED4_PIN}

Definition at line 78 of file stm32f0308_discovery.c.

Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().

Definition at line 77 of file stm32f0308_discovery.c.

Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().

Generated on Wed Jul 5 2017 09:26:24 for STM32F0308-Discovery BSP User Manual by   doxygen 1.7.6.1