Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h189 …uint32_t RWRecoveryTime; /* It indicates the number of cycles for the device read write reco… member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c981 assert_param(IS_OSPI_RW_RECOVERY_TIME (cfg->RWRecoveryTime)); in HAL_OSPI_HyperbusCfg()
996 WRITE_REG(hospi->Instance->HLCR, ((cfg->RWRecoveryTime << OCTOSPI_HLCR_TRWR_Pos) | in HAL_OSPI_HyperbusCfg()