STM32F4xx_HAL_Driver  1.8.3
Peripheral State and Errors functions

Peripheral State and Errors functions. More...

+ Collaboration diagram for Peripheral State and Errors functions:

Functions

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

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

◆ HAL_LTDC_GetError()

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 2106 of file stm32f4xx_hal_ltdc.c.

◆ HAL_LTDC_GetState()

HAL_LTDC_StateTypeDef HAL_LTDC_GetState ( LTDC_HandleTypeDef hltdc)

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 2095 of file stm32f4xx_hal_ltdc.c.