STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_hal_ltdc_ex.h
Go to the documentation of this file.
1 
19 /* Define to prevent recursive inclusion -------------------------------------*/
20 #ifndef STM32F4xx_HAL_LTDC_EX_H
21 #define STM32F4xx_HAL_LTDC_EX_H
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /* Includes ------------------------------------------------------------------*/
28 #include "stm32f4xx_hal_def.h"
29 
30 #if defined (LTDC) && defined (DSI)
31 
32 #include "stm32f4xx_hal_dsi.h"
33 
42 /* Exported types ------------------------------------------------------------*/
43 /* Exported constants --------------------------------------------------------*/
44 /* Exported macro ------------------------------------------------------------*/
45 /* Exported functions --------------------------------------------------------*/
63 /* Private types -------------------------------------------------------------*/
64 /* Private variables ---------------------------------------------------------*/
65 /* Private constants ---------------------------------------------------------*/
66 /* Private macros ------------------------------------------------------------*/
67 /* Private functions ---------------------------------------------------------*/
68 
77 #endif /* LTDC && DSI */
78 
79 #ifdef __cplusplus
80 }
81 #endif
82 
83 #endif /* STM32F4xx_HAL_LTDC_EX_H */
DSI Adapted command mode configuration.
DSI Video mode configuration.
HAL_StatusTypeDef HAL_LTDCEx_StructInitFromVideoConfig(LTDC_HandleTypeDef *hltdc, DSI_VidCfgTypeDef *VidCfg)
Retrieve common parameters from DSI Video mode configuration structure.
HAL_StatusTypeDef HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg)
Retrieve common parameters from DSI Adapted command mode configuration structure.
struct __LTDC_HandleTypeDef else typedef struct endif LTDC_HandleTypeDef
LTDC handle Structure definition.
This file contains HAL common defines, enumeration, macros and structures definitions.
Header file of DSI HAL module.