STM32F4xx_HAL_Driver  1.8.3

IO operation functions. More...

+ Collaboration diagram for IO operation functions:

Functions

void HAL_LTDC_IRQHandler (LTDC_HandleTypeDef *hltdc)
 Handle LTDC interrupt request. More...
 
__weak void HAL_LTDC_ErrorCallback (LTDC_HandleTypeDef *hltdc)
 Error LTDC callback. More...
 
__weak void HAL_LTDC_LineEventCallback (LTDC_HandleTypeDef *hltdc)
 Line Event callback. More...
 
__weak void HAL_LTDC_ReloadEventCallback (LTDC_HandleTypeDef *hltdc)
 Reload Event callback. More...
 

Detailed Description

IO operation functions.

 ===============================================================================
                      #####  IO operation functions  #####
 ===============================================================================
    [..]  This section provides function allowing to:
      (+) Handle LTDC interrupt request

Function Documentation

◆ HAL_LTDC_ErrorCallback()

__weak void HAL_LTDC_ErrorCallback ( LTDC_HandleTypeDef hltdc)

Error LTDC callback.

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

Definition at line 749 of file stm32f4xx_hal_ltdc.c.

◆ HAL_LTDC_IRQHandler()

void HAL_LTDC_IRQHandler ( LTDC_HandleTypeDef hltdc)

Handle LTDC interrupt request.

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

Definition at line 631 of file stm32f4xx_hal_ltdc.c.

◆ HAL_LTDC_LineEventCallback()

__weak void HAL_LTDC_LineEventCallback ( LTDC_HandleTypeDef hltdc)

Line Event callback.

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

Definition at line 765 of file stm32f4xx_hal_ltdc.c.

◆ HAL_LTDC_ReloadEventCallback()

__weak void HAL_LTDC_ReloadEventCallback ( LTDC_HandleTypeDef hltdc)

Reload Event callback.

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

Definition at line 781 of file stm32f4xx_hal_ltdc.c.