Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_ltdc.h245 #define IS_LTDC_VSPOL(VSPOL) (((VSPOL) == LTDC_VSPolarity_AL) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_ltdc.h564 #define IS_LTDC_VSPOL(VSPOL) (((VSPOL) == LTDC_VSPOLARITY_AL) || \ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_ltdc.c165 assert_param(IS_LTDC_VSPOL(LTDC_InitStruct->LTDC_VSPolarity)); in LTDC_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_ltdc.c168 assert_param(IS_LTDC_VSPOL(hltdc->Init.VSPolarity)); in HAL_LTDC_Init()

Completed in 9 milliseconds