Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_xspi.c2973 if (IOM_cfg[other_instance].IOLowPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
2978 if (IOM_cfg[other_instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
2994 if (IOM_cfg[instance].IOLowPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
2998 if (IOM_cfg[instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3026 if (IOM_cfg[other_instance].IOLowPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3030 if (IOM_cfg[other_instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3059 else if (pCfg->IOLowPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3074 else if (pCfg->IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3100 else if (pCfg->IOLowPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
3117 else if (pCfg->IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_xspi.h787 #define HAL_XSPIM_IOPORT_NONE (0x00000000U) /*!< IOs not used … macro