STM32756G_EVAL BSP User Manual
|
This file contains definitions for STM32756G_EVAL and STM32746G_EVAL LEDs, push-buttons and COM ports hardware resources. More...
#include "stm32f7xx_hal.h"
Go to the source code of this file.
Defines | |
#define | LEDn ((uint8_t)2) |
#define | LED1_GPIO_PORT GPIOF |
#define | LED1_GPIO_CLK_ENABLE() __HAL_RCC_GPIOF_CLK_ENABLE() |
#define | LED1_GPIO_CLK_DISABLE() __HAL_RCC_GPIOF_CLK_DISABLE() |
#define | LED1_PIN GPIO_PIN_10 /* To use LED1, ensure that JP24 is in position 2-3, potentiometer is then no more usable */ |
#define | LED3_GPIO_PORT GPIOB |
#define | LED3_GPIO_CLK_ENABLE() __HAL_RCC_GPIOB_CLK_ENABLE() |
#define | LED3_GPIO_CLK_DISABLE() __HAL_RCC_GPIOB_CLK_DISABLE() |
#define | LED3_PIN GPIO_PIN_7 /* To use LED3, ensure that JP23 is in position 2-3, camera is then no more usable */ |
#define | MFX_IRQOUT_PIN GPIO_PIN_8 |
MFX_IRQOUt pin. | |
#define | MFX_IRQOUT_GPIO_PORT GPIOI |
#define | MFX_IRQOUT_GPIO_CLK_ENABLE() __HAL_RCC_GPIOI_CLK_ENABLE() |
#define | MFX_IRQOUT_GPIO_CLK_DISABLE() __HAL_RCC_GPIOI_CLK_DISABLE() |
#define | MFX_IRQOUT_EXTI_IRQn EXTI9_5_IRQn |
#define | BUTTONn ((uint8_t)3) |
#define | WAKEUP_BUTTON_PIN GPIO_PIN_13 |
Wakeup push-button. | |
#define | WAKEUP_BUTTON_GPIO_PORT GPIOC |
#define | WAKEUP_BUTTON_GPIO_CLK_ENABLE() __HAL_RCC_GPIOC_CLK_ENABLE() |
#define | WAKEUP_BUTTON_GPIO_CLK_DISABLE() __HAL_RCC_GPIOC_CLK_DISABLE() |
#define | WAKEUP_BUTTON_EXTI_IRQn EXTI15_10_IRQn |
#define | TAMPER_BUTTON_PIN GPIO_PIN_13 |
Tamper push-button. | |
#define | TAMPER_BUTTON_GPIO_PORT GPIOC |
#define | TAMPER_BUTTON_GPIO_CLK_ENABLE() __HAL_RCC_GPIOC_CLK_ENABLE() |
#define | TAMPER_BUTTON_GPIO_CLK_DISABLE() __HAL_RCC_GPIOC_CLK_DISABLE() |
#define | TAMPER_BUTTON_EXTI_IRQn EXTI15_10_IRQn |
#define | KEY_BUTTON_PIN GPIO_PIN_13 |
Key push-button. | |
#define | KEY_BUTTON_GPIO_PORT GPIOC |
#define | KEY_BUTTON_GPIO_CLK_ENABLE() __HAL_RCC_GPIOC_CLK_ENABLE() |
#define | KEY_BUTTON_GPIO_CLK_DISABLE() __HAL_RCC_GPIOC_CLK_DISABLE() |
#define | KEY_BUTTON_EXTI_IRQn EXTI15_10_IRQn |
#define | BUTTONx_GPIO_CLK_ENABLE(__INDEX__) |
#define | BUTTONx_GPIO_CLK_DISABLE(__INDEX__) |
#define | COMn ((uint8_t)1) |
#define | EVAL_COM1 USART1 |
Definition for COM port1, connected to USART1. | |
#define | EVAL_COM1_CLK_ENABLE() __HAL_RCC_USART1_CLK_ENABLE() |
#define | EVAL_COM1_CLK_DISABLE() __HAL_RCC_USART1_CLK_DISABLE() |
#define | EVAL_COM1_TX_PIN GPIO_PIN_9 |
#define | EVAL_COM1_TX_GPIO_PORT GPIOA |
#define | EVAL_COM1_TX_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() |
#define | EVAL_COM1_TX_GPIO_CLK_DISABLE() __HAL_RCC_GPIOA_CLK_DISABLE() |
#define | EVAL_COM1_TX_AF GPIO_AF7_USART1 |
#define | EVAL_COM1_RX_PIN GPIO_PIN_10 |
#define | EVAL_COM1_RX_GPIO_PORT GPIOA |
#define | EVAL_COM1_RX_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() |
#define | EVAL_COM1_RX_GPIO_CLK_DISABLE() __HAL_RCC_GPIOA_CLK_DISABLE() |
#define | EVAL_COM1_RX_AF GPIO_AF7_USART1 |
#define | EVAL_COM1_IRQn USART1_IRQn |
#define | EVAL_COMx_CLK_ENABLE(__INDEX__) do { if((__INDEX__) == COM1) EVAL_COM1_CLK_ENABLE(); } while(0) |
#define | EVAL_COMx_CLK_DISABLE(__INDEX__) (((__INDEX__) == 0) ? EVAL_COM1_CLK_DISABLE() : 0) |
#define | EVAL_COMx_TX_GPIO_CLK_ENABLE(__INDEX__) do { if((__INDEX__) == COM1) EVAL_COM1_TX_GPIO_CLK_ENABLE(); } while(0) |
#define | EVAL_COMx_TX_GPIO_CLK_DISABLE(__INDEX__) (((__INDEX__) == 0) ? EVAL_COM1_TX_GPIO_CLK_DISABLE() : 0) |
#define | EVAL_COMx_RX_GPIO_CLK_ENABLE(__INDEX__) do { if((__INDEX__) == COM1) EVAL_COM1_RX_GPIO_CLK_ENABLE(); } while(0) |
#define | EVAL_COMx_RX_GPIO_CLK_DISABLE(__INDEX__) (((__INDEX__) == 0) ? EVAL_COM1_RX_GPIO_CLK_DISABLE() : 0) |
#define | IO_I2C_ADDRESS ((uint16_t)0x84) /*mfx MFX_I2C_ADDR 0*/ |
Joystick Pins definition. | |
#define | IO_I2C_ADDRESS_2 ((uint16_t)0x86) /*mfx MFX_I2C_ADDR 1*/ |
#define | TS_I2C_ADDRESS ((uint16_t)0x82) /*stmpe811 used on MB1046 board */ |
#define | TS3510_I2C_ADDRESS ((uint16_t)0x80) |
#define | EXC7200_I2C_ADDRESS ((uint16_t)0x08) |
#define | CAMERA_I2C_ADDRESS ((uint16_t)0x5A) |
#define | AUDIO_I2C_ADDRESS ((uint16_t)0x34) |
#define | EEPROM_I2C_ADDRESS_A01 ((uint16_t)0xA0) |
#define | EEPROM_I2C_ADDRESS_A02 ((uint16_t)0xA6) |
#define | EVAL_I2Cx I2C1 |
#define | EVAL_I2Cx_CLK_ENABLE() __HAL_RCC_I2C1_CLK_ENABLE() |
#define | EVAL_DMAx_CLK_ENABLE() __HAL_RCC_DMA1_CLK_ENABLE() |
#define | EVAL_I2Cx_SCL_SDA_GPIO_CLK_ENABLE() __HAL_RCC_GPIOB_CLK_ENABLE() |
#define | EVAL_I2Cx_FORCE_RESET() __HAL_RCC_I2C1_FORCE_RESET() |
#define | EVAL_I2Cx_RELEASE_RESET() __HAL_RCC_I2C1_RELEASE_RESET() |
#define | EVAL_I2Cx_SCL_PIN GPIO_PIN_8 |
#define | EVAL_I2Cx_SCL_SDA_GPIO_PORT GPIOB |
#define | EVAL_I2Cx_SCL_SDA_AF GPIO_AF4_I2C1 |
#define | EVAL_I2Cx_SDA_PIN GPIO_PIN_9 |
#define | EVAL_I2Cx_EV_IRQn I2C1_EV_IRQn |
#define | EVAL_I2Cx_ER_IRQn I2C1_ER_IRQn |
Enumerations | |
enum | Led_TypeDef { LED1 = 0, LED_GREEN = LED1, LED3 = 1, LED_RED = LED3 } |
enum | Button_TypeDef { BUTTON_WAKEUP = 0, BUTTON_TAMPER = 1, BUTTON_KEY = 2 } |
enum | ButtonMode_TypeDef { BUTTON_MODE_GPIO = 0, BUTTON_MODE_EXTI = 1 } |
enum | COM_TypeDef { COM1 = 0, COM2 = 1 } |
Functions | |
uint32_t | BSP_GetVersion (void) |
This method returns the STM32756G EVAL BSP Driver revision. | |
void | BSP_LED_Init (Led_TypeDef Led) |
Configures LED on GPIO and/or on MFX. | |
void | BSP_LED_DeInit (Led_TypeDef Led) |
DeInit LEDs. | |
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 ButtonMode) |
Configures button GPIO and EXTI Line. | |
void | BSP_PB_DeInit (Button_TypeDef Button) |
Push Button DeInit. | |
uint32_t | BSP_PB_GetState (Button_TypeDef Button) |
Returns the selected button state. | |
void | BSP_COM_Init (COM_TypeDef COM, UART_HandleTypeDef *husart) |
Configures COM port. | |
void | BSP_COM_DeInit (COM_TypeDef COM, UART_HandleTypeDef *huart) |
DeInit COM port. |
Detailed Description
This file contains definitions for STM32756G_EVAL and STM32746G_EVAL LEDs, push-buttons and COM ports hardware resources.
- Attention:
© COPYRIGHT(c) 2015 STMicroelectronics
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file stm32756g_eval.h.
Generated on Fri May 22 2015 13:59:20 for STM32756G_EVAL BSP User Manual by 1.7.6.1