STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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.
 
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

◆ HAL_LTDC_GetState()

HAL_LTDC_StateTypeDef HAL_LTDC_GetState ( LTDC_HandleTypeDef * hltdc)

#include <stm32f4xx_hal_ltdc.h>

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.

References LTDC_HandleTypeDef::State.

◆ HAL_LTDC_GetError()

uint32_t HAL_LTDC_GetError ( LTDC_HandleTypeDef * hltdc)

#include <stm32f4xx_hal_ltdc.h>

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.

References LTDC_HandleTypeDef::ErrorCode.