STM32091C_EVAL BSP User Manual: STM32091C-EVAL COMPONENT

STM32091C EVAL BSP Drivers

STM32091C_EVAL BSP User Manual
STM32091C-EVAL COMPONENT

Defines

#define LCD_CS_LOW()   HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_RESET)
#define LCD_CS_HIGH()   HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_SET)
#define LCD_NCS_PIN   GPIO_PIN_10 /* PE. 10*/
 LCD Control pins.
#define LCD_NCS_GPIO_PORT   GPIOE /* GPIOE */
#define LCD_NCS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOE_CLK_ENABLE()
#define LCD_NCS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOE_CLK_DISABLE()
#define SD_CS_LOW()   HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_RESET)
#define SD_CS_HIGH()   HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_SET)
#define SD_CS_PIN   GPIO_PIN_12 /* PE.12 */
 SD card Control pin.
#define SD_CS_GPIO_PORT   GPIOE /* GPIOE */
#define SD_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOE_CLK_ENABLE()
#define SD_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOE_CLK_DISABLE()
#define SD_DETECT_PIN   GPIO_PIN_11 /* PE.11 */
 SD Detect Interface pins.
#define SD_DETECT_GPIO_PORT   GPIOE /* GPIOE */
#define SD_DETECT_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOE_CLK_ENABLE()
#define SD_DETECT_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOE_CLK_DISABLE()
#define SD_DETECT_EXTI_IRQn   EXTI4_15_IRQn
#define HDMI_CEC_HPD_SINK_PIN   GPIO_PIN_11 /* PD.11*/
 I2C HDMI CEC Interface pins.
#define HDMI_CEC_HPD_SINK_GPIO_PORT   GPIOD
#define HDMI_CEC_HPD_SINK_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define HDMI_CEC_HPD_SINK_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()
#define HDMI_CEC_HPD_SOURCE_PIN   GPIO_PIN_10 /* PD.10 */
#define HDMI_CEC_HPD_SOURCE_GPIO_PORT   GPIOD /* GPIOD */
#define HDMI_CEC_HPD_SOURCE_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define HDMI_CEC_HPD_SOURCE_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()
#define HDMI_CEC_LINE_PIN   GPIO_PIN_10 /* PB.10*/
#define HDMI_CEC_LINE_GPIO_PORT   GPIOB
#define HDMI_CEC_LINE_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define HDMI_CEC_LINE_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define HDMI_CEC_LINE_AF   GPIO_AF0_CEC
#define HDMI_CEC_IRQn   CEC_CAN_IRQn
#define HDMI_CEC_I2C_ADDRESS   0xA0 /* TBC */

Define Documentation

#define HDMI_CEC_HPD_SINK_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 464 of file stm32091c_eval.h.

#define HDMI_CEC_HPD_SINK_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 463 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_HPD_SINK_GPIO_PORT   GPIOD

Definition at line 462 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_HPD_SINK_PIN   GPIO_PIN_11 /* PD.11*/

I2C HDMI CEC Interface pins.

Definition at line 461 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_HPD_SOURCE_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 469 of file stm32091c_eval.h.

#define HDMI_CEC_HPD_SOURCE_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 468 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_HPD_SOURCE_GPIO_PORT   GPIOD /* GPIOD */

Definition at line 467 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_HPD_SOURCE_PIN   GPIO_PIN_10 /* PD.10 */

Definition at line 466 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_I2C_ADDRESS   0xA0 /* TBC */

Definition at line 479 of file stm32091c_eval.h.

#define HDMI_CEC_IRQn   CEC_CAN_IRQn

Definition at line 476 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_LINE_AF   GPIO_AF0_CEC

Definition at line 475 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_LINE_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 474 of file stm32091c_eval.h.

#define HDMI_CEC_LINE_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 473 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_LINE_GPIO_PORT   GPIOB

Definition at line 472 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define HDMI_CEC_LINE_PIN   GPIO_PIN_10 /* PB.10*/

Definition at line 471 of file stm32091c_eval.h.

Referenced by HDMI_CEC_IO_Init().

#define LCD_CS_HIGH ( )    HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_SET)
#define LCD_CS_LOW ( )    HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_RESET)
#define LCD_NCS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOE_CLK_DISABLE()

Definition at line 432 of file stm32091c_eval.h.

#define LCD_NCS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 431 of file stm32091c_eval.h.

Referenced by LCD_IO_Init().

#define LCD_NCS_GPIO_PORT   GPIOE /* GPIOE */

Definition at line 430 of file stm32091c_eval.h.

Referenced by LCD_IO_Init(), and SD_IO_Init().

#define LCD_NCS_PIN   GPIO_PIN_10 /* PE. 10*/

LCD Control pins.

Definition at line 429 of file stm32091c_eval.h.

Referenced by LCD_IO_Init(), and SD_IO_Init().

#define SD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOE_CLK_DISABLE()

Definition at line 445 of file stm32091c_eval.h.

#define SD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 444 of file stm32091c_eval.h.

Referenced by SD_IO_Init().

#define SD_CS_GPIO_PORT   GPIOE /* GPIOE */

Definition at line 443 of file stm32091c_eval.h.

Referenced by SD_IO_Init().

#define SD_CS_HIGH ( )    HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_SET)

Definition at line 438 of file stm32091c_eval.h.

Referenced by SD_IO_CSState(), and SD_IO_Init().

#define SD_CS_LOW ( )    HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_RESET)

Definition at line 437 of file stm32091c_eval.h.

Referenced by SD_IO_CSState().

#define SD_CS_PIN   GPIO_PIN_12 /* PE.12 */

SD card Control pin.

Definition at line 442 of file stm32091c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_EXTI_IRQn   EXTI4_15_IRQn

Definition at line 454 of file stm32091c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOE_CLK_DISABLE()

Definition at line 453 of file stm32091c_eval.h.

#define SD_DETECT_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 452 of file stm32091c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_GPIO_PORT   GPIOE /* GPIOE */

Definition at line 451 of file stm32091c_eval.h.

Referenced by BSP_SD_IsDetected(), and SD_IO_Init().

#define SD_DETECT_PIN   GPIO_PIN_11 /* PE.11 */

SD Detect Interface pins.

Definition at line 450 of file stm32091c_eval.h.

Referenced by BSP_SD_IsDetected(), and SD_IO_Init().

Generated on Wed Jul 5 2017 09:21:50 for STM32091C_EVAL BSP User Manual by   doxygen 1.7.6.1