STM32303C_EVAL BSP User Manual: STM32303C-EVAL COMPONENT

STM32303C EVAL BSP Drivers

STM32303C_EVAL BSP User Manual
STM32303C-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_0 /* PE.00 */
 LCD Control Interface pins.
#define LCD_NCS_GPIO_PORT   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_15 /* PE.15 */
 SD card Control pins.
#define SD_CS_GPIO_PORT   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_6 /* PC.06 */
 SD Detect Interface pins.
#define SD_DETECT_GPIO_PORT   GPIOC
#define SD_DETECT_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOC_CLK_ENABLE()
#define SD_DETECT_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOC_CLK_DISABLE()
#define SD_DETECT_EXTI_IRQn   EXTI9_5_IRQn
#define EEPROM_CS_LOW()   HAL_GPIO_WritePin(EEPROM_CS_GPIO_PORT, EEPROM_CS_PIN, GPIO_PIN_RESET)
#define EEPROM_CS_HIGH()   HAL_GPIO_WritePin(EEPROM_CS_GPIO_PORT, EEPROM_CS_PIN, GPIO_PIN_SET)
#define EEPROM_CS_PIN   GPIO_PIN_7
 EEPROM Control Interface pins.
#define EEPROM_CS_GPIO_PORT   GPIOD
#define EEPROM_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define EEPROM_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()

Define Documentation

#define EEPROM_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 452 of file stm32303c_eval.h.

#define EEPROM_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 451 of file stm32303c_eval.h.

Referenced by EEPROM_SPI_IO_Init().

#define EEPROM_CS_GPIO_PORT   GPIOD

Definition at line 450 of file stm32303c_eval.h.

Referenced by EEPROM_SPI_IO_Init().

#define EEPROM_CS_LOW ( )    HAL_GPIO_WritePin(EEPROM_CS_GPIO_PORT, EEPROM_CS_PIN, GPIO_PIN_RESET)
#define EEPROM_CS_PIN   GPIO_PIN_7

EEPROM Control Interface pins.

Definition at line 449 of file stm32303c_eval.h.

Referenced by EEPROM_SPI_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 417 of file stm32303c_eval.h.

#define LCD_NCS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 416 of file stm32303c_eval.h.

Referenced by LCD_IO_Init().

#define LCD_NCS_GPIO_PORT   GPIOE

Definition at line 415 of file stm32303c_eval.h.

Referenced by LCD_IO_Init().

#define LCD_NCS_PIN   GPIO_PIN_0 /* PE.00 */

LCD Control Interface pins.

Definition at line 414 of file stm32303c_eval.h.

Referenced by LCD_IO_Init().

#define SD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOE_CLK_DISABLE()

Definition at line 430 of file stm32303c_eval.h.

#define SD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOE_CLK_ENABLE()

Definition at line 429 of file stm32303c_eval.h.

Referenced by SD_IO_Init().

#define SD_CS_GPIO_PORT   GPIOE

Definition at line 428 of file stm32303c_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 422 of file stm32303c_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 421 of file stm32303c_eval.h.

Referenced by SD_IO_WriteCmd().

#define SD_CS_PIN   GPIO_PIN_15 /* PE.15 */

SD card Control pins.

Definition at line 427 of file stm32303c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_EXTI_IRQn   EXTI9_5_IRQn

Definition at line 439 of file stm32303c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOC_CLK_DISABLE()

Definition at line 438 of file stm32303c_eval.h.

#define SD_DETECT_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOC_CLK_ENABLE()

Definition at line 437 of file stm32303c_eval.h.

Referenced by SD_IO_Init().

#define SD_DETECT_GPIO_PORT   GPIOC

Definition at line 436 of file stm32303c_eval.h.

Referenced by BSP_SD_IsDetected(), and SD_IO_Init().

#define SD_DETECT_PIN   GPIO_PIN_6 /* PC.06 */

SD Detect Interface pins.

Definition at line 435 of file stm32303c_eval.h.

Referenced by BSP_SD_IsDetected(), and SD_IO_Init().

Generated on Wed May 31 2017 10:00:44 for STM32303C_EVAL BSP User Manual by   doxygen 1.7.6.1