STM3210C_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_2 /* PB.02*/ |
LCD Control Interface pins. | |
#define | LCD_NCS_GPIO_PORT GPIOB |
#define | LCD_NCS_GPIO_CLK_ENABLE() __HAL_RCC_GPIOB_CLK_ENABLE() |
#define | LCD_NCS_GPIO_CLK_DISABLE() __HAL_RCC_GPIOB_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_4 /* PA.04*/ |
SD Control Interface pins. | |
#define | SD_CS_GPIO_PORT GPIOA |
#define | SD_CS_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CLK_ENABLE() |
#define | SD_CS_GPIO_CLK_DISABLE() __HAL_RCC_GPIOA_CLK_DISABLE() |
#define | SD_DETECT_PIN GPIO_PIN_0 |
SD Detect Interface pins. | |
#define | SD_DETECT_GPIO_PORT 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 EXTI0_IRQn |
#define | AUDIO_I2C_ADDRESS 0x94 |
AUDIO I2C Interface pins. |
Define Documentation
#define AUDIO_I2C_ADDRESS 0x94 |
AUDIO I2C Interface pins.
Definition at line 435 of file stm3210c_eval.h.
Referenced by BSP_AUDIO_OUT_Init(), BSP_AUDIO_OUT_Pause(), BSP_AUDIO_OUT_Play(), BSP_AUDIO_OUT_Resume(), BSP_AUDIO_OUT_SetMute(), BSP_AUDIO_OUT_SetOutputMode(), BSP_AUDIO_OUT_SetVolume(), and BSP_AUDIO_OUT_Stop().
#define LCD_CS_HIGH | ( | ) | HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_SET) |
Definition at line 399 of file stm3210c_eval.h.
Referenced by LCD_IO_Init(), LCD_IO_ReadData(), LCD_IO_WriteMultipleData(), and LCD_IO_WriteReg().
#define LCD_CS_LOW | ( | ) | HAL_GPIO_WritePin(LCD_NCS_GPIO_PORT, LCD_NCS_PIN, GPIO_PIN_RESET) |
Definition at line 398 of file stm3210c_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_GPIOB_CLK_DISABLE() |
Definition at line 407 of file stm3210c_eval.h.
#define LCD_NCS_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOB_CLK_ENABLE() |
Definition at line 406 of file stm3210c_eval.h.
Referenced by LCD_IO_Init().
#define LCD_NCS_GPIO_PORT GPIOB |
Definition at line 405 of file stm3210c_eval.h.
Referenced by LCD_IO_Init().
#define LCD_NCS_PIN GPIO_PIN_2 /* PB.02*/ |
LCD Control Interface pins.
Definition at line 404 of file stm3210c_eval.h.
Referenced by LCD_IO_Init().
#define SD_CS_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOA_CLK_DISABLE() |
Definition at line 420 of file stm3210c_eval.h.
#define SD_CS_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOA_CLK_ENABLE() |
Definition at line 419 of file stm3210c_eval.h.
Referenced by SD_IO_Init().
#define SD_CS_GPIO_PORT GPIOA |
Definition at line 418 of file stm3210c_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 412 of file stm3210c_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 411 of file stm3210c_eval.h.
Referenced by SD_IO_CSState().
#define SD_CS_PIN GPIO_PIN_4 /* PA.04*/ |
SD Control Interface pins.
Definition at line 417 of file stm3210c_eval.h.
Referenced by SD_IO_Init().
#define SD_DETECT_EXTI_IRQn EXTI0_IRQn |
Definition at line 429 of file stm3210c_eval.h.
#define SD_DETECT_GPIO_CLK_DISABLE | ( | ) | __HAL_RCC_GPIOE_CLK_DISABLE() |
Definition at line 428 of file stm3210c_eval.h.
#define SD_DETECT_GPIO_CLK_ENABLE | ( | ) | __HAL_RCC_GPIOE_CLK_ENABLE() |
Definition at line 427 of file stm3210c_eval.h.
Referenced by SD_IO_Init().
#define SD_DETECT_GPIO_PORT GPIOE |
Definition at line 426 of file stm3210c_eval.h.
Referenced by BSP_SD_IsDetected(), and SD_IO_Init().
#define SD_DETECT_PIN GPIO_PIN_0 |
SD Detect Interface pins.
Definition at line 425 of file stm3210c_eval.h.
Referenced by BSP_SD_IsDetected(), and SD_IO_Init().
Generated on Fri Apr 14 2017 13:00:47 for STM3210C_EVAL BSP User Manual by 1.7.6.1