STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
LTDC color structure definition. More...
#include <stm32f4xx_hal_ltdc.h>
Data Fields | |
uint8_t | Blue |
uint8_t | Green |
uint8_t | Red |
uint8_t | Reserved |
LTDC color structure definition.
Definition at line 50 of file stm32f4xx_hal_ltdc.h.
uint8_t LTDC_ColorTypeDef::Blue |
Configures the blue value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
Definition at line 52 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().
uint8_t LTDC_ColorTypeDef::Green |
Configures the green value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
Definition at line 55 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().
uint8_t LTDC_ColorTypeDef::Red |
Configures the red value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF.
Definition at line 58 of file stm32f4xx_hal_ltdc.h.
Referenced by HAL_LTDC_Init(), and LTDC_SetConfig().
uint8_t LTDC_ColorTypeDef::Reserved |
Reserved 0xFF
Definition at line 61 of file stm32f4xx_hal_ltdc.h.