|
_BSP_User_Manual
|
Functions | |
| uint32_t | BSP_GetVersion (void) |
| This method returns the STM32VL-Discovery BSP Driver version. | |
| void | BSP_LED_Init (Led_TypeDef Led) |
| Configures LED GPIO. | |
| void | BSP_LED_On (Led_TypeDef Led) |
| Turns selected LED On. | |
| void | BSP_LED_Off (Led_TypeDef Led) |
| Turns selected LED Off. | |
| void | BSP_LED_Toggle (Led_TypeDef Led) |
| Toggles the selected LED. | |
| void | BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef Button_Mode) |
| Configures Button GPIO and EXTI Line. | |
| uint32_t | BSP_PB_GetState (Button_TypeDef Button) |
| Returns the selected Button state. | |
Function Documentation
| uint32_t BSP_GetVersion | ( | void | ) |
This method returns the STM32VL-Discovery BSP Driver version.
Definition at line 98 of file stm32vl_discovery.c.
References __STM32VL_DISCO_BSP_VERSION.
| void BSP_LED_Init | ( | Led_TypeDef | Led | ) |
Configures LED GPIO.
Definition at line 111 of file stm32vl_discovery.c.
References LED_PIN, LED_PORT, and LEDx_GPIO_CLK_ENABLE.
| void BSP_LED_Off | ( | Led_TypeDef | Led | ) |
Turns selected LED Off.
Definition at line 150 of file stm32vl_discovery.c.
| void BSP_LED_On | ( | Led_TypeDef | Led | ) |
Turns selected LED On.
Definition at line 137 of file stm32vl_discovery.c.
| void BSP_LED_Toggle | ( | Led_TypeDef | Led | ) |
Toggles the selected LED.
Definition at line 163 of file stm32vl_discovery.c.
| uint32_t BSP_PB_GetState | ( | Button_TypeDef | Button | ) |
Returns the selected Button state.
Definition at line 214 of file stm32vl_discovery.c.
References BUTTON_PIN, and BUTTON_PORT.
| void BSP_PB_Init | ( | Button_TypeDef | Button, |
| ButtonMode_TypeDef | Button_Mode | ||
| ) |
Configures Button GPIO and EXTI Line.
Definition at line 179 of file stm32vl_discovery.c.
References BUTTON_IRQn, BUTTON_MODE_EXTI, BUTTON_MODE_GPIO, BUTTON_PIN, BUTTON_PORT, and BUTTONx_GPIO_CLK_ENABLE.
Generated on Thu Dec 11 2014 17:12:21 for _BSP_User_Manual by
1.7.5.1