STM32L0xx_Nucleo BSP User Manual: STM32L0XX_NUCLEO_LOW_LEVEL_COMPONENT

STM32L0xx Nucleo BSP Drivers

STM32L0xx_Nucleo BSP User Manual
STM32L0XX_NUCLEO_LOW_LEVEL_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_5
 SD Control Interface pins (shield D4)
#define SD_CS_GPIO_PORT   GPIOB
#define SD_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define SD_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define LCD_CS_PIN   GPIO_PIN_6
 LCD Control Interface pins (shield D10)
#define LCD_CS_GPIO_PORT   GPIOB
#define LCD_CS_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define LCD_CS_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define LCD_DC_PIN   GPIO_PIN_9
 LCD Data/Command Interface pins.
#define LCD_DC_GPIO_PORT   GPIOA
#define LCD_DC_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOA_CLK_ENABLE()
#define LCD_DC_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOA_CLK_DISABLE()
#define NUCLEO_ADCx   ADC1
 ADC Interface pins used to detect motion of Joystick available on Adafruit 1.8 TFT shield.
#define NUCLEO_ADCx_CLK_ENABLE()   __HAL_RCC_ADC1_CLK_ENABLE()
#define NUCLEO_ADCx_CLK_DISABLE()   __HAL_RCC_ADC1_CLK_DISABLE()
#define NUCLEO_ADCx_GPIO_PORT   GPIOB
#define NUCLEO_ADCx_GPIO_PIN   GPIO_PIN_0
#define NUCLEO_ADCx_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define NUCLEO_ADCx_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()

Define Documentation

#define LCD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 215 of file stm32l0xx_nucleo.h.

#define LCD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 214 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_Init().

#define LCD_CS_GPIO_PORT   GPIOB

Definition at line 213 of file stm32l0xx_nucleo.h.

#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 196 of file stm32l0xx_nucleo.h.

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

#define LCD_CS_PIN   GPIO_PIN_6

LCD Control Interface pins (shield D10)

Definition at line 212 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_Init(), and SD_IO_Init().

#define LCD_DC_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOA_CLK_DISABLE()

Definition at line 223 of file stm32l0xx_nucleo.h.

#define LCD_DC_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOA_CLK_ENABLE()

Definition at line 222 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_Init().

#define LCD_DC_GPIO_PORT   GPIOA

Definition at line 221 of file stm32l0xx_nucleo.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 199 of file stm32l0xx_nucleo.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 198 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_WriteReg().

#define LCD_DC_PIN   GPIO_PIN_9

LCD Data/Command Interface pins.

Definition at line 220 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_Init().

#define NUCLEO_ADCx   ADC1

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

Definition at line 231 of file stm32l0xx_nucleo.h.

Referenced by ADCx_DeInit(), and ADCx_Init().

#define NUCLEO_ADCx_CLK_DISABLE ( )    __HAL_RCC_ADC1_CLK_DISABLE()

Definition at line 233 of file stm32l0xx_nucleo.h.

Referenced by ADCx_MspDeInit().

#define NUCLEO_ADCx_CLK_ENABLE ( )    __HAL_RCC_ADC1_CLK_ENABLE()

Definition at line 232 of file stm32l0xx_nucleo.h.

Referenced by ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 238 of file stm32l0xx_nucleo.h.

#define NUCLEO_ADCx_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 237 of file stm32l0xx_nucleo.h.

Referenced by ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_PIN   GPIO_PIN_0

Definition at line 236 of file stm32l0xx_nucleo.h.

Referenced by ADCx_MspDeInit(), and ADCx_MspInit().

#define NUCLEO_ADCx_GPIO_PORT   GPIOB

Definition at line 235 of file stm32l0xx_nucleo.h.

Referenced by ADCx_MspDeInit(), and ADCx_MspInit().

#define SD_CS_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 207 of file stm32l0xx_nucleo.h.

#define SD_CS_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 206 of file stm32l0xx_nucleo.h.

Referenced by SD_IO_Init().

#define SD_CS_GPIO_PORT   GPIOB

Definition at line 205 of file stm32l0xx_nucleo.h.

Referenced by LCD_IO_Init(), and SD_IO_Init().

#define SD_CS_HIGH ( )    HAL_GPIO_WritePin(SD_CS_GPIO_PORT, SD_CS_PIN, GPIO_PIN_SET)

Definition at line 191 of file stm32l0xx_nucleo.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 190 of file stm32l0xx_nucleo.h.

Referenced by SD_IO_CSState().

#define SD_CS_PIN   GPIO_PIN_5

SD Control Interface pins (shield D4)

Definition at line 204 of file stm32l0xx_nucleo.h.

Referenced by SD_IO_Init().

Generated on Mon Aug 28 2017 14:45:03 for STM32L0xx_Nucleo BSP User Manual by   doxygen 1.7.6.1