STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
stm32f4xx_hal_ltdc_ex.h
Go to the documentation of this file.
1
18
19/* Define to prevent recursive inclusion -------------------------------------*/
20#ifndef STM32F4xx_HAL_LTDC_EX_H
21#define STM32F4xx_HAL_LTDC_EX_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Includes ------------------------------------------------------------------*/
28#include "stm32f4xx_hal_def.h"
29
30#if defined(HAL_LTDC_MODULE_ENABLED) && defined(HAL_DSI_MODULE_ENABLED)
31
32#if defined (LTDC) && defined (DSI)
33
34#include "stm32f4xx_hal_dsi.h"
35
39
43
44/* Exported types ------------------------------------------------------------*/
45/* Exported constants --------------------------------------------------------*/
46/* Exported macro ------------------------------------------------------------*/
47/* Exported functions --------------------------------------------------------*/
51
55HAL_StatusTypeDef HAL_LTDCEx_StructInitFromVideoConfig(LTDC_HandleTypeDef *hltdc, DSI_VidCfgTypeDef *VidCfg);
56HAL_StatusTypeDef HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
60
64
65/* Private types -------------------------------------------------------------*/
66/* Private variables ---------------------------------------------------------*/
67/* Private constants ---------------------------------------------------------*/
68/* Private macros ------------------------------------------------------------*/
69/* Private functions ---------------------------------------------------------*/
70
74
78
79#endif /* LTDC && DSI */
80
81#endif /* HAL_LTCD_MODULE_ENABLED && HAL_DSI_MODULE_ENABLED */
82
83#ifdef __cplusplus
84}
85#endif
86
87#endif /* STM32F4xx_HAL_LTDC_EX_H */
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Header file of DSI HAL module.