This file contains definitions for STM32H747I_DISCO: LEDs push-buttons COM ports hardware resources. More...
Go to the source code of this file.
Functions | |
const uint8_t * | BSP_GetBoardID (void) |
This method returns the board ID. More... | |
const uint8_t * | BSP_GetBoardName (void) |
This method returns the board name. More... | |
int32_t | BSP_GetVersion (void) |
This method returns the STM32H747I DISCO BSP Driver revision. More... | |
__weak void | BSP_JOY_Callback (JOY_TypeDef JOY, uint32_t JoyPin) |
BSP Joystick Callback. More... | |
int32_t | BSP_JOY_DeInit (JOY_TypeDef JOY, JOYPin_TypeDef JoyPins) |
DeInit joystick GPIOs. More... | |
int32_t | BSP_JOY_GetState (JOY_TypeDef JOY, uint32_t JoyPin) |
Returns the current joystick status. More... | |
int32_t | BSP_JOY_Init (JOY_TypeDef JOY, JOYMode_TypeDef JoyMode, JOYPin_TypeDef JoyPins) |
Configures joystick GPIO and EXTI modes. More... | |
void | BSP_JOY_IRQHandler (JOY_TypeDef JOY, JOYPin_TypeDef JoyPin) |
This function handles JOY keys interrupt request. More... | |
int32_t | BSP_LED_DeInit (Led_TypeDef Led) |
DeInit LEDs. More... | |
int32_t | BSP_LED_GetState (Led_TypeDef Led) |
Get the selected LED state. More... | |
int32_t | BSP_LED_Init (Led_TypeDef Led) |
Configures LED on GPIO. More... | |
int32_t | BSP_LED_Off (Led_TypeDef Led) |
Turns selected LED Off. More... | |
int32_t | BSP_LED_On (Led_TypeDef Led) |
Turns selected LED On. More... | |
int32_t | BSP_LED_Toggle (Led_TypeDef Led) |
Toggles the selected LED. More... | |
__weak void | BSP_PB_Callback (Button_TypeDef Button) |
BSP Push Button callback. More... | |
int32_t | BSP_PB_DeInit (Button_TypeDef Button) |
Push Button DeInit. More... | |
int32_t | BSP_PB_GetState (Button_TypeDef Button) |
Returns the selected button state. More... | |
int32_t | BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef ButtonMode) |
Configures button GPIO and EXTI Line. More... | |
void | BSP_PB_IRQHandler (Button_TypeDef Button) |
This function handles Push-Button interrupt requests. More... | |
Variables | |
USART_TypeDef * | COM_USART [] |
UART_HandleTypeDef | hcom_uart [] |
EXTI_HandleTypeDef | hpb_exti [] |
This file contains definitions for STM32H747I_DISCO: LEDs push-buttons COM ports hardware resources.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32h747i_discovery.h.