Searched refs:DSI_DATA_ENABLE_ACTIVE_HIGH (Results 1 – 2 of 2) sorted by relevance
95 …hltdc->Init.DEPolarity = (VidCfg->DEPolarity == DSI_DATA_ENABLE_ACTIVE_HIGH) ? LTDC_DEPOLARITY_AL … in HAL_LTDCEx_StructInitFromVideoConfig()133 …hltdc->Init.DEPolarity = (CmdCfg->DEPolarity == DSI_DATA_ENABLE_ACTIVE_HIGH) ? LTDC_DEPOLARITY_AL … in HAL_LTDCEx_StructInitFromAdaptedCommandConfig()
758 #define DSI_DATA_ENABLE_ACTIVE_HIGH 0x00000000U macro1249 #define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH) …