STM32F3xx_Nucleo_144 BSP User Manual: STM32F3XX-NUCLEO COMPONENT

STM32F3xx Nucleo 144 BSP Drivers

STM32F3xx_Nucleo_144 BSP User Manual
STM32F3XX-NUCLEO COMPONENT

Defines

#define SD_CS_LOW()   HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_RESET)
 SD Control Lines management.
#define SD_CS_HIGH()   HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_SET)
#define LCD_CS_LOW()   HAL_GPIO_WritePin(LCD_CS_GPIO_PORT, LCD_CS_PIN, GPIO_PIN_RESET)
 LCD Control Lines management.
#define LCD_CS_HIGH()   HAL_GPIO_WritePin(LCD_CS_GPIO_PORT, LCD_CS_PIN, GPIO_PIN_SET)
#define LCD_DC_LOW()   HAL_GPIO_WritePin(LCD_DC_GPIO_PORT, LCD_DC_PIN, GPIO_PIN_RESET)
#define LCD_DC_HIGH()   HAL_GPIO_WritePin(LCD_DC_GPIO_PORT, LCD_DC_PIN, GPIO_PIN_SET)
#define SD_CS_PIN   GPIO_PIN_14
 SD Control Interface pins (shield D4)
#define SD_CS_GPIO_PORT   GPIOF
#define SD_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOF_CLK_ENABLE()
#define SD_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOF_CLK_DISABLE()
#define LCD_CS_PIN   GPIO_PIN_14
 LCD Control Interface pins (shield D10)
#define LCD_CS_GPIO_PORT   GPIOD
#define LCD_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define LCD_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()
#define LCD_DC_PIN   GPIO_PIN_12
 LCD Data/Command Interface pins (shield D8)
#define LCD_DC_GPIO_PORT   GPIOF
#define LCD_DC_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOF_CLK_ENABLE()
#define LCD_DC_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOF_CLK_DISABLE()
#define NUCLEO_ADCx   ADC3
 ADC Interface pins used to detect motion of Joystick available on Adafruit 1.8" TFT shield.
#define NUCLEO_ADCx_CLK_ENABLE()   __HAL_RCC_ADC34_CLK_ENABLE()
#define NUCLEO_ADCx_CLK_DISABLE()   __HAL_RCC_ADC34_CLK_DISABLE()
#define NUCLEO_ADCx_GPIO_PORT   GPIOD
#define NUCLEO_ADCx_GPIO_PIN   GPIO_PIN_11
#define NUCLEO_ADCx_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOD_CLK_ENABLE()
#define NUCLEO_ADCx_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOD_CLK_DISABLE()

Define Documentation

#define LCD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 285 of file stm32f3xx_nucleo_144.h.

#define LCD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 284 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define LCD_CS_GPIO_PORT   GPIOD

Definition at line 283 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define LCD_CS_HIGH ( )    HAL_GPIO_WritePin(LCD_CS_GPIO_PORT, LCD_CS_PIN, GPIO_PIN_SET)
#define LCD_CS_LOW ( )    HAL_GPIO_WritePin(LCD_CS_GPIO_PORT, LCD_CS_PIN, GPIO_PIN_RESET)

LCD Control Lines management.

Definition at line 266 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_WriteData(), LCD_IO_WriteMultipleData(), and LCD_IO_WriteReg().

#define LCD_CS_PIN   GPIO_PIN_14

LCD Control Interface pins (shield D10)

Definition at line 282 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define LCD_DC_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOF_CLK_DISABLE()

Definition at line 293 of file stm32f3xx_nucleo_144.h.

#define LCD_DC_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOF_CLK_ENABLE()

Definition at line 292 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define LCD_DC_GPIO_PORT   GPIOF

Definition at line 291 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define LCD_DC_HIGH ( )    HAL_GPIO_WritePin(LCD_DC_GPIO_PORT, LCD_DC_PIN, GPIO_PIN_SET)

Definition at line 269 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_WriteData(), and LCD_IO_WriteMultipleData().

#define LCD_DC_LOW ( )    HAL_GPIO_WritePin(LCD_DC_GPIO_PORT, LCD_DC_PIN, GPIO_PIN_RESET)

Definition at line 268 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_WriteReg().

#define LCD_DC_PIN   GPIO_PIN_12

LCD Data/Command Interface pins (shield D8)

Definition at line 290 of file stm32f3xx_nucleo_144.h.

Referenced by LCD_IO_Init().

#define NUCLEO_ADCx   ADC3

ADC Interface pins used to detect motion of Joystick available on Adafruit 1.8" TFT shield.

Definition at line 305 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_DeInit(), and ADCx_Init().

#define NUCLEO_ADCx_CLK_DISABLE ( )    __HAL_RCC_ADC34_CLK_DISABLE()

Definition at line 307 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_MspDeInit().

#define NUCLEO_ADCx_CLK_ENABLE ( )    __HAL_RCC_ADC34_CLK_ENABLE()

Definition at line 306 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOD_CLK_DISABLE()

Definition at line 319 of file stm32f3xx_nucleo_144.h.

#define NUCLEO_ADCx_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOD_CLK_ENABLE()

Definition at line 318 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_PIN   GPIO_PIN_11

Definition at line 317 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_MspDeInit(), and ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_PORT   GPIOD

Definition at line 316 of file stm32f3xx_nucleo_144.h.

Referenced by ADCx_MspDeInit(), and ADCx_MspInit().

#define SD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOF_CLK_DISABLE()

Definition at line 277 of file stm32f3xx_nucleo_144.h.

#define SD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOF_CLK_ENABLE()

Definition at line 276 of file stm32f3xx_nucleo_144.h.

Referenced by SD_IO_Init().

#define SD_CS_GPIO_PORT   GPIOF

Definition at line 275 of file stm32f3xx_nucleo_144.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 261 of file stm32f3xx_nucleo_144.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)

SD Control Lines management.

Definition at line 260 of file stm32f3xx_nucleo_144.h.

Referenced by SD_IO_CSState().

#define SD_CS_PIN   GPIO_PIN_14

SD Control Interface pins (shield D4)

Definition at line 274 of file stm32f3xx_nucleo_144.h.

Referenced by SD_IO_Init().

Generated on Wed May 31 2017 11:02:21 for STM32F3xx_Nucleo_144 BSP User Manual by   doxygen 1.7.6.1