Home
last modified time | relevance | path

Searched refs:DSI_DATA_ENABLE_ACTIVE_HIGH (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ltdc_ex.c95 …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()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h758 #define DSI_DATA_ENABLE_ACTIVE_HIGH 0x00000000U macro
1249 #define IS_DSI_DE_POLARITY(DataEnable) (((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH) …