Searched refs:IOPort (Results 1 – 4 of 4) sorted by relevance
2798 assert_param(IS_XSPIM_IO_PORT(pCfg->IOPort)); in HAL_XSPIM_Config()2841 IOM_cfg[0].IOPort = pCfg->IOPort ; in HAL_XSPIM_Config()2853 IOM_cfg[1].IOPort = pCfg->IOPort ; in HAL_XSPIM_Config()2865 if (pCfg->IOPort == HAL_XSPIM_IOPORT_1) in HAL_XSPIM_Config()2867 IOM_cfg[0].IOPort = HAL_XSPIM_IOPORT_2 ; in HAL_XSPIM_Config()2868 IOM_cfg[1].IOPort = HAL_XSPIM_IOPORT_2 ; in HAL_XSPIM_Config()2870 else if (pCfg->IOPort == HAL_XSPIM_IOPORT_2) in HAL_XSPIM_Config()2872 IOM_cfg[0].IOPort = HAL_XSPIM_IOPORT_1 ; in HAL_XSPIM_Config()2873 IOM_cfg[1].IOPort = HAL_XSPIM_IOPORT_1 ; in HAL_XSPIM_Config()2888 if (IOM_cfg[index].IOPort == IOM_cfg[index + 1U].IOPort) in HAL_XSPIM_Config()[all …]
2776 assert_param(IS_XSPIM_IO_PORT(pCfg->IOPort)); in HAL_XSPIM_Config()2805 IOM_cfg[0].IOPort = pCfg->IOPort ; in HAL_XSPIM_Config()2817 IOM_cfg[1].IOPort = pCfg->IOPort ; in HAL_XSPIM_Config()2835 if ((IOM_cfg[index].IOPort == IOM_cfg[index + 1U].IOPort)) in HAL_XSPIM_Config()2844 if (IOM_cfg[0].IOPort == HAL_XSPIM_IOPORT_2) in HAL_XSPIM_Config()3376 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()3380 pCfg->IOPort = HAL_XSPIM_IOPORT_2; in XSPIM_GetConfig()3402 pCfg->IOPort = HAL_XSPIM_IOPORT_1; in XSPIM_GetConfig()3406 pCfg->IOPort = HAL_XSPIM_IOPORT_2; in XSPIM_GetConfig()
254 …uint32_t IOPort; /*!< It indicates which port of the XSPI IO Manager is used fo… member
263 …uint32_t IOPort; /*!< It indicates which port of the XSPI IO Manager is used fo… member