|
Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Struct for LCD HANDLER. More...
#include <hel_lcd.h>
Data Fields | |
| SPI_HandleTypeDef * | SpiHandler |
| GPIO_TypeDef * | RstPort |
| uint32_t | RstPin |
| GPIO_TypeDef * | RsPort |
| uint32_t | RsPin |
| GPIO_TypeDef * | CsPort |
| uint32_t | CsPin |
| GPIO_TypeDef * | BklPort |
| uint32_t | BklPin |
Struct for LCD HANDLER.
| uint32_t _LCD_HandleTypeDef::BklPin |
Pin to control the LCD backlight pin
| GPIO_TypeDef* _LCD_HandleTypeDef::BklPort |
Port where the pin to control the LCD backlight is
| uint32_t _LCD_HandleTypeDef::CsPin |
Pin to control the LCD chip select pin
| GPIO_TypeDef* _LCD_HandleTypeDef::CsPort |
Port where the pin to control the LCD chip select is
| uint32_t _LCD_HandleTypeDef::RsPin |
Pin to control the LCD RS pin
| GPIO_TypeDef* _LCD_HandleTypeDef::RsPort |
Port where the pin to control the LCD RS pin
| uint32_t _LCD_HandleTypeDef::RstPin |
Pin to control the LCD reset pin
| GPIO_TypeDef* _LCD_HandleTypeDef::RstPort |
Port where the pin to control the LCD reset pin is
| SPI_HandleTypeDef* _LCD_HandleTypeDef::SpiHandler |
SPI handler address of the spi to use with the LCD