STM32F439xx HAL User Manual
Data Structures | Defines | Enumerations
LTDC Exported Types
LTDC

Data Structures

struct  LTDC_ColorTypeDef
 LTDC color structure definition. More...
struct  LTDC_InitTypeDef
 LTDC Init structure definition. More...
struct  LTDC_LayerCfgTypeDef
 LTDC Layer structure definition. More...
struct  LTDC_HandleTypeDef
 LTDC handle Structure definition. More...

Defines

#define MAX_LAYER   2U

Enumerations

enum  HAL_LTDC_StateTypeDef {
  HAL_LTDC_STATE_RESET = 0x00U, HAL_LTDC_STATE_READY = 0x01U, HAL_LTDC_STATE_BUSY = 0x02U, HAL_LTDC_STATE_TIMEOUT = 0x03U,
  HAL_LTDC_STATE_ERROR = 0x04U
}
 HAL LTDC State structures definition. More...

Define Documentation

#define MAX_LAYER   2U

Definition at line 61 of file stm32f4xx_hal_ltdc.h.


Enumeration Type Documentation

HAL LTDC State structures definition.

Enumerator:
HAL_LTDC_STATE_RESET 

LTDC not yet initialized or disabled

HAL_LTDC_STATE_READY 

LTDC initialized and ready for use

HAL_LTDC_STATE_BUSY 

LTDC internal process is ongoing

HAL_LTDC_STATE_TIMEOUT 

LTDC Timeout state

HAL_LTDC_STATE_ERROR 

LTDC state error

Definition at line 170 of file stm32f4xx_hal_ltdc.h.