Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h872 #define DSI_CLOCK_LANE 0x00000000U macro
1295 #define IS_DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_D…
1297 #define IS_DSI_LANE(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_D…
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c2124 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2145 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2166 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2497 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_ForceTXStopMode()