STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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
24extern "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 */
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.
This file contains HAL common defines, enumeration, macros and structures definitions.
HAL_StatusTypeDef
HAL Status structures definition
Header file of DSI HAL module.
DSI Adapted command mode configuration.
DSI Video mode configuration.
LTDC handle Structure definition.