Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c2112 …tSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, uint32_t Lane, uint32_t Value) in HAL_DSI_SetSlewRateAndDelayTuning() argument
2119 assert_param(IS_DSI_LANE_GROUP(Lane)); in HAL_DSI_SetSlewRateAndDelayTuning()
2124 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2130 else if(Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2145 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2151 else if(Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2166 if(Lane == DSI_CLOCK_LANE) in HAL_DSI_SetSlewRateAndDelayTuning()
2172 else if(Lane == DSI_DATA_LANES) in HAL_DSI_SetSlewRateAndDelayTuning()
2255 …ePinsConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, uint32_t Lane, FunctionalState St… in HAL_DSI_SetLanePinsConfiguration() argument
2262 assert_param(IS_DSI_LANE(Lane)); in HAL_DSI_SetLanePinsConfiguration()
[all …]
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1174 …SlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, uint32_t Lane, uint32_t Value);
1177 …ePinsConfiguration(DSI_HandleTypeDef *hdsi, uint32_t CustomLane, uint32_t Lane, FunctionalState St…
1179 HAL_StatusTypeDef HAL_DSI_ForceTXStopMode(DSI_HandleTypeDef *hdsi, uint32_t Lane, FunctionalState S…
1295 #define IS_DSI_LANE_GROUP(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_D… argument
1297 #define IS_DSI_LANE(Lane) (((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_D… argument