Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h1174 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui…
1294 …SI_COMMUNICATION_DELAY(CommDelay) (((CommDelay) == DSI_SLEW_RATE_HSTX) || ((CommDelay) == DS… argument
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c2112 HAL_StatusTypeDef HAL_DSI_SetSlewRateAndDelayTuning(DSI_HandleTypeDef *hdsi, uint32_t CommDelay, ui… in HAL_DSI_SetSlewRateAndDelayTuning() argument
2118 assert_param(IS_DSI_COMMUNICATION_DELAY(CommDelay)); in HAL_DSI_SetSlewRateAndDelayTuning()
2121 switch(CommDelay) in HAL_DSI_SetSlewRateAndDelayTuning()