Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c1030 assert_param(IS_XSPI_ACCESS_TIME_CYCLE(pCfg->AccessTimeCycle)); in HAL_XSPI_HyperbusCfg()
1045 (pCfg->AccessTimeCycle << XSPI_HLCR_TACC_Pos) | in HAL_XSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_xspi.h187 …uint32_t AccessTimeCycle; /*!< It indicates the number of cycles for the device access t… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_xspi.h185 …uint32_t AccessTimeCycle; /*!< It indicates the number of cycles for the device access t… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_xspi.h189 …uint32_t AccessTimeCycle; /*!< It indicates the number of cycles for the device access t… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_xspi.c1056 assert_param(IS_XSPI_ACCESS_TIME_CYCLE(pCfg->AccessTimeCycle)); in HAL_XSPI_HyperbusCfg()
1071 (pCfg->AccessTimeCycle << XSPI_HLCR_TACC_Pos) | in HAL_XSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_xspi.c1049 assert_param(IS_XSPI_ACCESS_TIME_CYCLE(pCfg->AccessTimeCycle)); in HAL_XSPI_HyperbusCfg()
1064 (pCfg->AccessTimeCycle << XSPI_HLCR_TACC_Pos) | in HAL_XSPI_HyperbusCfg()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_xspi.h192 …uint32_t AccessTimeCycle; /*!< It indicates the number of cycles for the device access t… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_xspi.c1150 assert_param(IS_XSPI_ACCESS_TIME_CYCLE(pCfg->AccessTimeCycle)); in HAL_XSPI_HyperbusCfg()
1165 (pCfg->AccessTimeCycle << XSPI_HLCR_TACC_Pos) | in HAL_XSPI_HyperbusCfg()