Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dsi.h270 uint32_t DataLaneMaxReadTime; /*!< The maximum time required to perform a read command */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dsi.c1317 …hdsi->Instance->DLTCR |= (PhyTimers->DataLaneMaxReadTime | ((PhyTimers->DataLaneLP2HSTime)<<16U) |… in HAL_DSI_ConfigPhyTimer()