Searched refs:IS_LTDC_PCPOL (Results 1 – 4 of 4) sorted by relevance
271 #define IS_LTDC_PCPOL(PCPOL) (((PCPOL) == LTDC_PCPolarity_IPC) || \ macro
568 #define IS_LTDC_PCPOL(PCPOL) (((PCPOL) == LTDC_PCPOLARITY_IPC) || \ macro
167 assert_param(IS_LTDC_PCPOL(LTDC_InitStruct->LTDC_PCPolarity)); in LTDC_Init()
170 assert_param(IS_LTDC_PCPOL(hltdc->Init.PCPolarity)); in HAL_LTDC_Init()
Completed in 9 milliseconds