![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
uint32_t | BSP_GetVersion (void) |
This method returns the STM32F769I Discovery BSP Driver revision. More... | |
void | BSP_LED_Init (Led_TypeDef Led) |
Configures LED GPIO. More... | |
void | BSP_LED_DeInit (Led_TypeDef Led) |
DeInit LEDs. More... | |
void | BSP_LED_On (Led_TypeDef Led) |
Turns selected LED On. More... | |
void | BSP_LED_Off (Led_TypeDef Led) |
Turns selected LED Off. More... | |
void | BSP_LED_Toggle (Led_TypeDef Led) |
Toggles the selected LED. More... | |
void | BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef Button_Mode) |
Configures button GPIO and EXTI Line. 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... | |
uint32_t BSP_GetVersion | ( | void | ) |
This method returns the STM32F769I Discovery BSP Driver revision.
version | 0xXYZR (8bits for each decimal, R for RC) |
Definition at line 158 of file stm32f769i_discovery.c.
void BSP_LED_DeInit | ( | Led_TypeDef | Led | ) |
DeInit LEDs.
Led | LED to be configured. This parameter can be one of the following values:
|
None |
Definition at line 196 of file stm32f769i_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:
|
None |
Definition at line 171 of file stm32f769i_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:
|
None |
Definition at line 229 of file stm32f769i_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:
|
None |
Definition at line 216 of file stm32f769i_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:
|
None |
Definition at line 242 of file stm32f769i_discovery.c.
void BSP_PB_DeInit | ( | Button_TypeDef | Button | ) |
Push Button DeInit.
Button | Button to be configured This parameter can be one of the following values:
|
None |
Definition at line 303 of file stm32f769i_discovery.c.
uint32_t BSP_PB_GetState | ( | Button_TypeDef | Button | ) |
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 321 of file stm32f769i_discovery.c.
void BSP_PB_Init | ( | Button_TypeDef | Button, |
ButtonMode_TypeDef | Button_Mode | ||
) |
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:
|
None |
Definition at line 260 of file stm32f769i_discovery.c.