Initialization and Configuration functions.
More...
Initialization and Configuration functions.
===============================================================================
##### Initialization and Configuration functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Initialize and configure the LTDC
◆ HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
Retrieve common parameters from DSI Adapted command mode configuration structure.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
CmdCfg | pointer to a DSI_CmdCfgTypeDef structure that contains the DSI command mode configuration parameters |
- Note
- The implementation of this function is taking into account the LTDC polarities inversion as described in the current LTDC specification
- Return values
-
Definition at line 111 of file stm32f4xx_hal_ltdc_ex.c.
◆ HAL_LTDCEx_StructInitFromVideoConfig()
Retrieve common parameters from DSI Video mode configuration structure.
- Parameters
-
hltdc | pointer to a LTDC_HandleTypeDef structure that contains the configuration information for the LTDC. |
VidCfg | pointer to a DSI_VidCfgTypeDef structure that contains the DSI video mode configuration parameters |
- Note
- The implementation of this function is taking into account the LTDC polarities inversion as described in the current LTDC specification
- Return values
-
Definition at line 70 of file stm32f4xx_hal_ltdc_ex.c.