Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_ltdc.h218 #define IS_LTDC_AAH(AAH) ((AAH) <= LTDC_VerticalSYNC) macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_ltdc.h575 #define IS_LTDC_AAH(AAH) ((AAH) <= LTDC_VERTICALSYNC) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_ltdc.c160 assert_param(IS_LTDC_AAH(LTDC_InitStruct->LTDC_AccumulatedActiveH)); in LTDC_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_ltdc.c163 assert_param(IS_LTDC_AAH(hltdc->Init.AccumulatedActiveH)); in HAL_LTDC_Init()

Completed in 8 milliseconds