Searched refs:Req2AckTime (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 2751 if (((cfg->Req2AckTime) >= 1U) && ((cfg->Req2AckTime) <= 256U)) in HAL_OSPIM_Config() 2753 …if ((cfg->Req2AckTime - 1U) > ((OCTOSPIM->CR & OCTOSPIM_CR_REQ2ACK_TIME) >> OCTOSPIM_CR_REQ2ACK_TI… in HAL_OSPIM_Config() 2755 …MODIFY_REG(OCTOSPIM->CR, OCTOSPIM_CR_REQ2ACK_TIME, ((cfg->Req2AckTime - 1U) << OCTOSPIM_CR_REQ2ACK… in HAL_OSPIM_Config()
|
D | stm32u5xx_hal_xspi.c | 2923 assert_param(IS_XSPIM_REQ2ACKTIME(pCfg->Req2AckTime)); in HAL_XSPIM_Config() 3041 …if ((pCfg->Req2AckTime - 1U) > ((OCTOSPIM->CR & OCTOSPIM_CR_REQ2ACK_TIME) >> OCTOSPIM_CR_REQ2ACK_T… in HAL_XSPIM_Config() 3043 …MODIFY_REG(OCTOSPIM->CR, OCTOSPIM_CR_REQ2ACK_TIME, ((pCfg->Req2AckTime - 1U) << OCTOSPIM_CR_REQ2AC… in HAL_XSPIM_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2502 assert_param(IS_OSPIM_REQ2ACKTIME(cfg->Req2AckTime)); in HAL_OSPIM_Config() 2624 …if ((cfg->Req2AckTime - 1U) > ((OCTOSPIM->CR & OCTOSPIM_CR_REQ2ACK_TIME) >> OCTOSPIM_CR_REQ2ACK_TI… in HAL_OSPIM_Config() 2626 …MODIFY_REG(OCTOSPIM->CR, OCTOSPIM_CR_REQ2ACK_TIME, ((cfg->Req2AckTime - 1U) << OCTOSPIM_CR_REQ2ACK… in HAL_OSPIM_Config()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 2512 assert_param(IS_OSPIM_REQ2ACKTIME(cfg->Req2AckTime)); in HAL_OSPIM_Config() 2644 …if ((cfg->Req2AckTime - 1U) > ((OCTOSPIM->CR & OCTOSPIM_CR_REQ2ACK_TIME) >> OCTOSPIM_CR_REQ2ACK_TI… in HAL_OSPIM_Config() 2646 …MODIFY_REG(OCTOSPIM->CR, OCTOSPIM_CR_REQ2ACK_TIME, ((cfg->Req2AckTime - 1U) << OCTOSPIM_CR_REQ2ACK… in HAL_OSPIM_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 258 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of cl… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 261 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of cl… member
|
D | stm32u5xx_hal_xspi.h | 273 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 261 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of cl… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_xspi.h | 256 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_xspi.h | 265 …uint32_t Req2AckTime; /*!< It indicates the minimum switching duration (in number of… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_xspi.c | 2799 assert_param(IS_XSPIM_REQ2ACKTIME(pCfg->Req2AckTime)); in HAL_XSPIM_Config() 2837 …MODIFY_REG(XSPIM->CR, XSPIM_CR_REQ2ACK_TIME, ((pCfg->Req2AckTime - 1U) << XSPIM_CR_REQ2ACK_TIME_Po… in HAL_XSPIM_Config()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_xspi.c | 2777 assert_param(IS_XSPIM_REQ2ACKTIME(pCfg->Req2AckTime)); in HAL_XSPIM_Config() 2801 …MODIFY_REG(XSPIM->CR, XSPIM_CR_REQ2ACK_TIME, ((pCfg->Req2AckTime - 1U) << XSPIM_CR_REQ2ACK_TIME_Po… in HAL_XSPIM_Config()
|