STM32F723E-Discovery BSP User Manual
|
Defines | |
#define | OTG_HS_OVER_CURRENT_PIN GPIO_PIN_10 |
USB OTG HS Over Current signal. | |
#define | OTG_HS_OVER_CURRENT_PORT GPIOH |
#define | OTG_HS_OVER_CURRENT_PORT_CLK_ENABLE() __HAL_RCC_GPIOH_CLK_ENABLE() |
#define | OTG_FS_OVER_CURRENT_PIN GPIO_PIN_8 |
USB OTG FS Over Current signal. | |
#define | OTG_FS_OVER_CURRENT_PORT GPIOC |
#define | OTG_FS_OVER_CURRENT_PORT_CLK_ENABLE() __HAL_RCC_GPIOC_CLK_ENABLE() |
#define | TS_INT_PIN ((uint32_t)GPIO_PIN_9) |
TS_INT signal from TouchScreen. | |
#define | TS_INT_GPIO_PORT ((GPIO_TypeDef*)GPIOI) |
#define | TS_INT_GPIO_CLK_ENABLE() __HAL_RCC_GPIOI_CLK_ENABLE() |
#define | TS_INT_GPIO_CLK_DISABLE() __HAL_RCC_GPIOI_CLK_DISABLE() |
#define | TS_INT_EXTI_IRQn EXTI9_5_IRQn |
#define | TS_RESET_PIN GPIO_PIN_9 |
TS RESET pin. | |
#define | TS_RESET_GPIO_PORT GPIOH |
#define | TS_RESET_GPIO_CLK_ENABLE() __HAL_RCC_GPIOH_CLK_ENABLE() |
#define | TS_RESET_GPIO_CLK_DISABLE() __HAL_RCC_GPIOH_CLK_DISABLE() |
#define | TS_RESET_EXTI_IRQn EXTI15_10_IRQn |
#define | TS_I2Cx I2C3 |
Definition for I2C3 Touchscreen Pins resources (touchescreen). | |
#define | TS_I2Cx_CLK_ENABLE() __HAL_RCC_I2C3_CLK_ENABLE() |
#define | TS_I2Cx_SCL_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() |
#define | TS_I2Cx_SDA_GPIO_CLK_ENABLE() __HAL_RCC_GPIOH_CLK_ENABLE() |
#define | TS_I2Cx_FORCE_RESET() __HAL_RCC_I2C3_FORCE_RESET() |
#define | TS_I2Cx_RELEASE_RESET() __HAL_RCC_I2C3_RELEASE_RESET() |
#define | TS_I2Cx_SCL_PIN GPIO_PIN_8 |
Definition for Touchscreen Pins. | |
#define | TS_I2Cx_SCL_AF GPIO_AF4_I2C3 |
#define | TS_I2Cx_SCL_GPIO_PORT GPIOA |
#define | TS_I2Cx_SDA_PIN GPIO_PIN_8 |
#define | TS_I2Cx_SDA_AF GPIO_AF4_I2C3 |
#define | TS_I2Cx_SDA_GPIO_PORT GPIOH |
#define | TS_I2Cx_EV_IRQn I2C3_EV_IRQn |
#define | TS_I2Cx_ER_IRQn I2C3_ER_IRQn |
#define | TS_I2C_ADDRESS ((uint16_t)0x70) |
TouchScreen FT6206 Slave I2C address. |
Define Documentation
#define OTG_FS_OVER_CURRENT_PIN GPIO_PIN_8 |
USB OTG FS Over Current signal.
Definition at line 202 of file stm32f723e_discovery.h.
#define OTG_FS_OVER_CURRENT_PORT GPIOC |
Definition at line 203 of file stm32f723e_discovery.h.
#define OTG_FS_OVER_CURRENT_PORT_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOC_CLK_ENABLE() |
Definition at line 204 of file stm32f723e_discovery.h.
#define OTG_HS_OVER_CURRENT_PIN GPIO_PIN_10 |
USB OTG HS Over Current signal.
Definition at line 195 of file stm32f723e_discovery.h.
#define OTG_HS_OVER_CURRENT_PORT GPIOH |
Definition at line 196 of file stm32f723e_discovery.h.
#define OTG_HS_OVER_CURRENT_PORT_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOH_CLK_ENABLE() |
Definition at line 197 of file stm32f723e_discovery.h.
#define TS_I2C_ADDRESS ((uint16_t)0x70) |
TouchScreen FT6206 Slave I2C address.
Definition at line 252 of file stm32f723e_discovery.h.
Referenced by BSP_TS_InitEx().
#define TS_I2Cx I2C3 |
Definition for I2C3 Touchscreen Pins resources (touchescreen).
Definition for I2C3 clock resources
Definition at line 229 of file stm32f723e_discovery.h.
Referenced by I2Cx_Init().
#define TS_I2Cx_CLK_ENABLE | ( | ) | __HAL_RCC_I2C3_CLK_ENABLE() |
Definition at line 230 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_ER_IRQn I2C3_ER_IRQn |
Definition at line 247 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_EV_IRQn I2C3_EV_IRQn |
Definition at line 246 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_FORCE_RESET | ( | ) | __HAL_RCC_I2C3_FORCE_RESET() |
Definition at line 234 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_RELEASE_RESET | ( | ) | __HAL_RCC_I2C3_RELEASE_RESET() |
Definition at line 235 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SCL_AF GPIO_AF4_I2C3 |
Definition at line 240 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SCL_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOA_CLK_ENABLE() |
Definition at line 231 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SCL_GPIO_PORT GPIOA |
Definition at line 241 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SCL_PIN GPIO_PIN_8 |
Definition for Touchscreen Pins.
Definition at line 239 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SDA_AF GPIO_AF4_I2C3 |
Definition at line 243 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SDA_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOH_CLK_ENABLE() |
Definition at line 232 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SDA_GPIO_PORT GPIOH |
Definition at line 244 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_I2Cx_SDA_PIN GPIO_PIN_8 |
Definition at line 242 of file stm32f723e_discovery.h.
Referenced by I2Cx_MspInit().
#define TS_INT_EXTI_IRQn EXTI9_5_IRQn |
Definition at line 213 of file stm32f723e_discovery.h.
Referenced by BSP_TS_ITConfig().
#define TS_INT_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOI_CLK_DISABLE() |
Definition at line 212 of file stm32f723e_discovery.h.
#define TS_INT_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOI_CLK_ENABLE() |
Definition at line 211 of file stm32f723e_discovery.h.
Referenced by BSP_TS_INT_MspInit().
#define TS_INT_GPIO_PORT ((GPIO_TypeDef*)GPIOI) |
Definition at line 210 of file stm32f723e_discovery.h.
Referenced by BSP_TS_INT_MspInit(), and BSP_TS_ITConfig().
#define TS_INT_PIN ((uint32_t)GPIO_PIN_9) |
TS_INT signal from TouchScreen.
Definition at line 209 of file stm32f723e_discovery.h.
Referenced by BSP_TS_INT_MspInit(), and BSP_TS_ITConfig().
#define TS_RESET_EXTI_IRQn EXTI15_10_IRQn |
Definition at line 222 of file stm32f723e_discovery.h.
#define TS_RESET_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOH_CLK_DISABLE() |
Definition at line 221 of file stm32f723e_discovery.h.
#define TS_RESET_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOH_CLK_ENABLE() |
Definition at line 220 of file stm32f723e_discovery.h.
Referenced by TS_IO_Init().
#define TS_RESET_GPIO_PORT GPIOH |
Definition at line 219 of file stm32f723e_discovery.h.
Referenced by TS_IO_Init().
#define TS_RESET_PIN GPIO_PIN_9 |
Generated on Tue May 30 2017 13:59:12 for STM32F723E-Discovery BSP User Manual by 1.7.6.1