Home
last modified time | relevance | path

Searched refs:IS_LTDC_HCONFIGST (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_ltdc.c451 assert_param(IS_LTDC_HCONFIGST(pLayerCfg->WindowX0)); in HAL_LTDC_ConfigLayer()
784 assert_param(IS_LTDC_HCONFIGST(pLayerCfg->WindowX0)); in HAL_LTDC_SetWindowSize()
846 assert_param(IS_LTDC_HCONFIGST(pLayerCfg->WindowX0)); in HAL_LTDC_SetWindowPosition()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_ltdc.h439 #define IS_LTDC_HCONFIGST(HCONFIGST) ((HCONFIGST) <= LTDC_STARTPosition) macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_ltdc.h590 #define IS_LTDC_HCONFIGST(HCONFIGST) ((HCONFIGST) <= LTDC_STARTPOSITION) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_ltdc.c373 assert_param(IS_LTDC_HCONFIGST(LTDC_Layer_InitStruct->LTDC_HorizontalStart)); in LTDC_LayerInit()

Completed in 9 milliseconds