RTEMS 6.1-rc7
Loading...
Searching...
No Matches
stm32h7xx_hal_ltdc_ex.h
Go to the documentation of this file.
1
19/* Define to prevent recursive inclusion -------------------------------------*/
20#ifndef STM32H7xx_HAL_LTDC_EX_H
21#define STM32H7xx_HAL_LTDC_EX_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27/* Includes ------------------------------------------------------------------*/
28#include "stm32h7xx_hal_def.h"
29
30#if defined (LTDC) && defined (DSI)
31
32#include "stm32h7xx_hal_dsi.h"
33
42/* Exported types ------------------------------------------------------------*/
43/* Exported constants --------------------------------------------------------*/
44/* Exported macro ------------------------------------------------------------*/
45/* Exported functions --------------------------------------------------------*/
53HAL_StatusTypeDef HAL_LTDCEx_StructInitFromVideoConfig(LTDC_HandleTypeDef *hltdc, DSI_VidCfgTypeDef *VidCfg);
54HAL_StatusTypeDef HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
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 /* STM32H7xx_HAL_LTDC_EX_H */
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition.
Definition: stm32h7xx_hal_def.h:47
Header file of DSI HAL module.