STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
stm32f7xx_hal_ltdc_ex.h
Go to the documentation of this file.
1 
38 /* Define to prevent recursive inclusion -------------------------------------*/
39 #ifndef __STM32F7xx_HAL_LTDC_EX_H
40 #define __STM32F7xx_HAL_LTDC_EX_H
41 
42 #ifdef __cplusplus
43  extern "C" {
44 #endif
45 
46 #if defined (STM32F769xx) || defined (STM32F779xx)
47 /* Includes ------------------------------------------------------------------*/
48 #include "stm32f7xx_hal_def.h"
49 #include "stm32f7xx_hal_dsi.h"
50 
59 /* Exported types ------------------------------------------------------------*/
60 /* Exported constants --------------------------------------------------------*/
61 
70 /* Exported macro ------------------------------------------------------------*/
79 /* Exported functions --------------------------------------------------------*/
83 HAL_StatusTypeDef HAL_LTDC_StructInitFromVideoConfig(LTDC_HandleTypeDef* hltdc, DSI_VidCfgTypeDef *VidCfg);
84 HAL_StatusTypeDef HAL_LTDC_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef* hltdc, DSI_CmdCfgTypeDef *CmdCfg);
90  /* Private types -------------------------------------------------------------*/
99 /* Private variables ---------------------------------------------------------*/
108 /* Private constants ---------------------------------------------------------*/
117 /* Private macros ------------------------------------------------------------*/
126 /* Private functions ---------------------------------------------------------*/
143 #endif /*STM32F769xx | STM32F779xx */
144 
145 #ifdef __cplusplus
146 }
147 #endif
148 
149 #endif /* __STM32F7xx_HAL_LTDC_EX_H */
150 
151 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
DSI_CmdCfgTypeDef CmdCfg
Definition: main.c:68
Header file of DSI HAL module.
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.