_BSP_User_Manual: STM3210C_EVAL_COMPONENT

STM3210C EVAL BSP Driver

STM3210C_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_2
 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
 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 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_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

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_Init(), and SD_IO_WriteDummy().

#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_WriteCmd().

#define SD_CS_PIN   GPIO_PIN_4

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.

Referenced by SD_IO_Init().

#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 Thu Dec 11 2014 15:38:29 for _BSP_User_Manual by   doxygen 1.7.5.1