STM32072B_EVAL BSP User Manual
|
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_6 /* PE. 06*/ |
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_2 /* PF.2 */ |
SD card Control pin. | |
#define | SD_CS_GPIO_PORT GPIOF /* GPIOF */ |
#define | SD_CS_GPIO_CLK_ENABLE() __HAL_RCC_GPIOF_CLK_ENABLE() |
#define | SD_CS_GPIO_CLK_DISABLE() __HAL_RCC_GPIOF_CLK_DISABLE() |
#define | SD_DETECT_PIN GPIO_PIN_15 /* PB.15 */ |
SD Detect Interface pins. | |
#define | SD_DETECT_GPIO_PORT GPIOB /* GPIOB */ |
#define | SD_DETECT_GPIO_CLK_ENABLE() __HAL_RCC_GPIOB_CLK_ENABLE() |
#define | SD_DETECT_GPIO_CLK_DISABLE() __HAL_RCC_GPIOB_CLK_DISABLE() |
#define | SD_DETECT_EXTI_IRQn EXTI4_15_IRQn |
#define | HDMI_CEC_HPD_SINK_PIN GPIO_PIN_15 /* PD.15 */ |
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_0 /* PE.0 */ |
#define | HDMI_CEC_HPD_SOURCE_GPIO_PORT GPIOE |
#define | HDMI_CEC_HPD_SOURCE_CLK_ENABLE() __HAL_RCC_GPIOE_CLK_ENABLE() |
#define | HDMI_CEC_HPD_SOURCE_CLK_DISABLE() __HAL_RCC_GPIOE_CLK_DISABLE() |
#define | HDMI_CEC_LINE_PIN GPIO_PIN_8 /* PB.8 */ |
#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 |
Define Documentation
#define HDMI_CEC_HPD_SINK_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOD_CLK_DISABLE() |
Definition at line 455 of file stm32072b_eval.h.
#define HDMI_CEC_HPD_SINK_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOD_CLK_ENABLE() |
Definition at line 454 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_HPD_SINK_GPIO_PORT GPIOD |
Definition at line 453 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_HPD_SINK_PIN GPIO_PIN_15 /* PD.15 */ |
I2C HDMI CEC Interface pins.
Definition at line 452 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_HPD_SOURCE_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOE_CLK_DISABLE() |
Definition at line 460 of file stm32072b_eval.h.
#define HDMI_CEC_HPD_SOURCE_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOE_CLK_ENABLE() |
Definition at line 459 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_HPD_SOURCE_GPIO_PORT GPIOE |
Definition at line 458 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_HPD_SOURCE_PIN GPIO_PIN_0 /* PE.0 */ |
Definition at line 457 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_I2C_ADDRESS 0xA0 |
Definition at line 470 of file stm32072b_eval.h.
#define HDMI_CEC_IRQn CEC_CAN_IRQn |
Definition at line 467 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_LINE_AF GPIO_AF0_CEC |
Definition at line 466 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_LINE_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOB_CLK_DISABLE() |
Definition at line 465 of file stm32072b_eval.h.
#define HDMI_CEC_LINE_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOB_CLK_ENABLE() |
Definition at line 464 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_LINE_GPIO_PORT GPIOB |
Definition at line 463 of file stm32072b_eval.h.
Referenced by HDMI_CEC_IO_Init().
#define HDMI_CEC_LINE_PIN GPIO_PIN_8 /* PB.8 */ |
Definition at line 462 of file stm32072b_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) |
Definition at line 416 of file stm32072b_eval.h.
Referenced by LCD_IO_Init(), LCD_IO_ReadData(), LCD_IO_WriteMultipleData(), LCD_IO_WriteReg(), and SD_IO_Init().
#define LCD_CS_LOW | ( | ) | HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_RESET) |
Definition at line 415 of file stm32072b_eval.h.
Referenced by LCD_IO_Init(), LCD_IO_ReadData(), LCD_IO_WriteMultipleData(), and LCD_IO_WriteReg().
#define LCD_NCS_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOE_CLK_DISABLE() |
Definition at line 423 of file stm32072b_eval.h.
#define LCD_NCS_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOE_CLK_ENABLE() |
Definition at line 422 of file stm32072b_eval.h.
Referenced by LCD_IO_Init().
#define LCD_NCS_GPIO_PORT GPIOE /* GPIOE */ |
Definition at line 421 of file stm32072b_eval.h.
Referenced by LCD_IO_Init(), and SD_IO_Init().
#define LCD_NCS_PIN GPIO_PIN_6 /* PE. 06*/ |
LCD Control pins.
Definition at line 420 of file stm32072b_eval.h.
Referenced by LCD_IO_Init(), and SD_IO_Init().
#define SD_CS_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOF_CLK_DISABLE() |
Definition at line 436 of file stm32072b_eval.h.
#define SD_CS_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOF_CLK_ENABLE() |
Definition at line 435 of file stm32072b_eval.h.
Referenced by SD_IO_Init().
#define SD_CS_GPIO_PORT GPIOF /* GPIOF */ |
Definition at line 434 of file stm32072b_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 429 of file stm32072b_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 428 of file stm32072b_eval.h.
Referenced by SD_IO_CSState().
#define SD_CS_PIN GPIO_PIN_2 /* PF.2 */ |
#define SD_DETECT_EXTI_IRQn EXTI4_15_IRQn |
Definition at line 445 of file stm32072b_eval.h.
Referenced by SD_IO_Init().
#define SD_DETECT_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOB_CLK_DISABLE() |
Definition at line 444 of file stm32072b_eval.h.
#define SD_DETECT_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOB_CLK_ENABLE() |
Definition at line 443 of file stm32072b_eval.h.
Referenced by SD_IO_Init().
#define SD_DETECT_GPIO_PORT GPIOB /* GPIOB */ |
Definition at line 442 of file stm32072b_eval.h.
Referenced by BSP_SD_IsDetected(), and SD_IO_Init().
#define SD_DETECT_PIN GPIO_PIN_15 /* PB.15 */ |
SD Detect Interface pins.
Definition at line 441 of file stm32072b_eval.h.
Referenced by BSP_SD_IsDetected(), and SD_IO_Init().
Generated on Wed Jul 5 2017 08:56:11 for STM32072B_EVAL BSP User Manual by
