Functions | |
uint32_t | BSP_GetVersion (void) |
This method returns the STM32469I Discovery BSP Driver revision. More... | |
void | BSP_LED_DeInit (Led_TypeDef Led) |
DeInit LEDs. More... | |
void | BSP_LED_Init (Led_TypeDef Led) |
Configures LED GPIO. More... | |
void | BSP_LED_Off (Led_TypeDef Led) |
Turns selected LED Off. More... | |
void | BSP_LED_On (Led_TypeDef Led) |
Turns selected LED On. More... | |
void | BSP_LED_Toggle (Led_TypeDef Led) |
Toggles the selected LED. More... | |
void | BSP_PB_DeInit (Button_TypeDef Button) |
Push Button DeInit. More... | |
uint32_t | BSP_PB_GetState (Button_TypeDef Button) |
Returns the selected button state. More... | |
void | BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef Button_Mode) |
Configures button GPIO and EXTI Line. More... | |
uint32_t BSP_GetVersion | ( | void | ) |
This method returns the STM32469I Discovery BSP Driver revision.
This method returns the STM32F4 DISCO BSP Driver revision.
version | 0xXYZR (8bits for each decimal, R for RC) |
Definition at line 167 of file stm32469i_discovery.c.
int32_t BSP_LED_DeInit | ( | Led_TypeDef | Led | ) |
DeInit LEDs.
Led | LED to be configured. This parameter can be one of the following values:
|
Definition at line 232 of file stm32469i_discovery.c.
void BSP_LED_Init | ( | Led_TypeDef | Led | ) |
Configures LED GPIO.
Led | LED to be configured. This parameter can be one of the following values:
|
Definition at line 181 of file stm32469i_discovery.c.
void BSP_LED_Off | ( | Led_TypeDef | Led | ) |
Turns selected LED Off.
Led | LED to be set off This parameter can be one of the following values:
|
Definition at line 275 of file stm32469i_discovery.c.
void BSP_LED_On | ( | Led_TypeDef | Led | ) |
Turns selected LED On.
Led | LED to be set on This parameter can be one of the following values:
|
Definition at line 257 of file stm32469i_discovery.c.
void BSP_LED_Toggle | ( | Led_TypeDef | Led | ) |
Toggles the selected LED.
Led | LED to be toggled This parameter can be one of the following values:
|
Definition at line 292 of file stm32469i_discovery.c.
int32_t BSP_PB_DeInit | ( | Button_TypeDef | Button | ) |
Push Button DeInit.
Button | Button to be configured This parameter can be one of the following values:
|
Definition at line 354 of file stm32469i_discovery.c.
uint32_t BSP_PB_GetState | ( | Button_TypeDef | Button | ) |
Returns the selected button state.
Returns the selected Button state.
Button | Button to be checked This parameter can be one of the following values:
|
The | Button GPIO pin value |
Definition at line 372 of file stm32469i_discovery.c.
void BSP_PB_Init | ( | Button_TypeDef | Button, |
ButtonMode_TypeDef | Button_Mode | ||
) |
Configures button GPIO and EXTI Line.
Configures Button GPIO and EXTI Line.
Button | Button to be configured This parameter can be one of the following values:
|
Button_Mode | Button mode This parameter can be one of the following values:
|
Definition at line 312 of file stm32469i_discovery.c.