Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_ospi.h182 …uint32_t RWRecoveryTime; /*!< It indicates the number of cycles for the device read write re… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_ospi.c997 assert_param(IS_OSPI_RW_RECOVERY_TIME(cfg->RWRecoveryTime)); in HAL_OSPI_HyperbusCfg()
1012 WRITE_REG(hospi->Instance->HLCR, ((cfg->RWRecoveryTime << OCTOSPI_HLCR_TRWR_Pos) | in HAL_OSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h186 …uint32_t RWRecoveryTime; /*!< It indicates the number of cycles for the device read write re… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h188 …uint32_t RWRecoveryTime; /*!< It indicates the number of cycles for the device read write re… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h188 …uint32_t RWRecoveryTime; /*!< It indicates the number of cycles for the device read write re… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c1040 assert_param(IS_OSPI_RW_RECOVERY_TIME(cfg->RWRecoveryTime)); in HAL_OSPI_HyperbusCfg()
1055 WRITE_REG(hospi->Instance->HLCR, ((cfg->RWRecoveryTime << OCTOSPI_HLCR_TRWR_Pos) | in HAL_OSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c1008 assert_param(IS_OSPI_RW_RECOVERY_TIME(cfg->RWRecoveryTime)); in HAL_OSPI_HyperbusCfg()
1023 WRITE_REG(hospi->Instance->HLCR, ((cfg->RWRecoveryTime << OCTOSPI_HLCR_TRWR_Pos) | in HAL_OSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c1011 assert_param(IS_OSPI_RW_RECOVERY_TIME(cfg->RWRecoveryTime)); in HAL_OSPI_HyperbusCfg()
1026 WRITE_REG(hospi->Instance->HLCR, ((cfg->RWRecoveryTime << OCTOSPI_HLCR_TRWR_Pos) | in HAL_OSPI_HyperbusCfg()