You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

87 lines
2.5 KiB

  1. /**
  2. ******************************************************************************
  3. * @file stm32h7xx_hal_ltdc_ex.h
  4. * @author MCD Application Team
  5. * @brief Header file of LTDC HAL Extension module.
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * <h2><center>&copy; Copyright (c) 2017 STMicroelectronics.
  10. * All rights reserved.</center></h2>
  11. *
  12. * This software component is licensed by ST under BSD 3-Clause license,
  13. * the "License"; You may not use this file except in compliance with the
  14. * License. You may obtain a copy of the License at:
  15. * opensource.org/licenses/BSD-3-Clause
  16. *
  17. ******************************************************************************
  18. */
  19. /* Define to prevent recursive inclusion -------------------------------------*/
  20. #ifndef STM32H7xx_HAL_LTDC_EX_H
  21. #define STM32H7xx_HAL_LTDC_EX_H
  22. #ifdef __cplusplus
  23. extern "C" {
  24. #endif
  25. /* Includes ------------------------------------------------------------------*/
  26. #include "stm32h7xx_hal_def.h"
  27. #if defined (LTDC) && defined (DSI)
  28. #include "stm32h7xx_hal_dsi.h"
  29. /** @addtogroup STM32H7xx_HAL_Driver
  30. * @{
  31. */
  32. /** @addtogroup LTDCEx
  33. * @{
  34. */
  35. /* Exported types ------------------------------------------------------------*/
  36. /* Exported constants --------------------------------------------------------*/
  37. /* Exported macro ------------------------------------------------------------*/
  38. /* Exported functions --------------------------------------------------------*/
  39. /** @addtogroup LTDCEx_Exported_Functions
  40. * @{
  41. */
  42. /** @addtogroup LTDCEx_Exported_Functions_Group1
  43. * @{
  44. */
  45. HAL_StatusTypeDef HAL_LTDCEx_StructInitFromVideoConfig(LTDC_HandleTypeDef *hltdc, DSI_VidCfgTypeDef *VidCfg);
  46. HAL_StatusTypeDef HAL_LTDCEx_StructInitFromAdaptedCommandConfig(LTDC_HandleTypeDef *hltdc, DSI_CmdCfgTypeDef *CmdCfg);
  47. /**
  48. * @}
  49. */
  50. /**
  51. * @}
  52. */
  53. /* Private types -------------------------------------------------------------*/
  54. /* Private variables ---------------------------------------------------------*/
  55. /* Private constants ---------------------------------------------------------*/
  56. /* Private macros ------------------------------------------------------------*/
  57. /* Private functions ---------------------------------------------------------*/
  58. /**
  59. * @}
  60. */
  61. /**
  62. * @}
  63. */
  64. #endif /* LTDC && DSI */
  65. #ifdef __cplusplus
  66. }
  67. #endif
  68. #endif /* STM32H7xx_HAL_LTDC_EX_H */
  69. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/