STM32F439xx HAL User Manual
Functions
Peripheral State and Errors functions
LTDC Exported Functions

Peripheral State and Errors functions. More...

Functions

HAL_LTDC_StateTypeDef HAL_LTDC_GetState (LTDC_HandleTypeDef *hltdc)
 Return the LTDC handle state.
uint32_t HAL_LTDC_GetError (LTDC_HandleTypeDef *hltdc)
 Return the LTDC handle error code.

Detailed Description

Peripheral State and Errors functions.

 ===============================================================================
                  ##### Peripheral State and Errors functions #####
 ===============================================================================  
    [..]
    This subsection provides functions allowing to
      (+) Check the LTDC handle state.
      (+) Get the LTDC handle error code.  


Function Documentation

uint32_t HAL_LTDC_GetError ( LTDC_HandleTypeDef hltdc)

Return the LTDC handle error code.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
LTDCError Code

Definition at line 1783 of file stm32f4xx_hal_ltdc.c.

References LTDC_HandleTypeDef::ErrorCode.

Return the LTDC handle state.

Parameters:
hltdcpointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC.
Return values:
HALstate

Definition at line 1772 of file stm32f4xx_hal_ltdc.c.

References LTDC_HandleTypeDef::State.