Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_xspi.c3329 assert_param(IS_XSPI_DELAY_TYPE(pCfg->DelayValueType)); in HAL_XSPI_GetDelayValue()
3331 switch (pCfg->DelayValueType) in HAL_XSPI_GetDelayValue()
3380 assert_param(IS_XSPI_DELAY_TYPE(pCfg->DelayValueType)); in HAL_XSPI_SetDelayValue()
3387 switch (pCfg->DelayValueType) in HAL_XSPI_SetDelayValue()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_xspi.h312 …uint32_t DelayValueType; /*!< It indicates which calibration is concerned by the config… member