Home
last modified time | relevance | path

Searched refs:LTDC_DEPOLARITY_AL (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_ltdc.h286 #define LTDC_DEPOLARITY_AL 0x00000000U /*!< Data Enable, is active low. */ macro
641 #define IS_LTDC_DEPOL(__DEPOL__) (((__DEPOL__) == LTDC_DEPOLARITY_AL) || ((__…