STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
LTDC_HandleTypeDef Struct Reference

LTDC handle Structure definition. More...

#include <stm32f4xx_hal_ltdc.h>

Collaboration diagram for LTDC_HandleTypeDef:

Data Fields

LTDC_TypeDef * Instance
 
LTDC_InitTypeDef Init
 
LTDC_LayerCfgTypeDef LayerCfg [MAX_LAYER]
 
HAL_LockTypeDef Lock
 
__IO HAL_LTDC_StateTypeDef State
 
__IO uint32_t ErrorCode
 

Detailed Description

LTDC handle Structure definition.

Definition at line 185 of file stm32f4xx_hal_ltdc.h.

Field Documentation

◆ Instance

◆ Init

LTDC_InitTypeDef LTDC_HandleTypeDef::Init

◆ LayerCfg

◆ Lock

HAL_LockTypeDef LTDC_HandleTypeDef::Lock

LTDC Lock

Definition at line 194 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_Init().

◆ State

◆ ErrorCode

__IO uint32_t LTDC_HandleTypeDef::ErrorCode

LTDC Error code

Definition at line 198 of file stm32f4xx_hal_ltdc.h.

Referenced by HAL_LTDC_DeInit(), HAL_LTDC_GetError(), HAL_LTDC_Init(), and HAL_LTDC_IRQHandler().


The documentation for this struct was generated from the following file: