Lines Matching refs:IOLowPort

2485   assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort));  in HAL_OSPIM_Config()
2538 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2540 …SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort-1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_… in HAL_OSPIM_Config()
2557 if (IOM_cfg[instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2559 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOLowPort-1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_IOLE… in HAL_OSPIM_Config()
2570 …NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPor… in HAL_OSPIM_Config()
2575 (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPort) && in HAL_OSPIM_Config()
2589 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2591 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort-1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2619 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2621 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort-1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2624 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2626 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort-1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2659 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2661 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort-1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2665 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2667 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort-1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
3056 cfg->IOLowPort = 0U; in OSPIM_GetConfig()
3115 cfg->IOLowPort = (OCTOSPIM_PCR_IOLEN | (index+1U)); in OSPIM_GetConfig()
3119 cfg->IOLowPort = (OCTOSPIM_PCR_IOHEN | (index+1U)); in OSPIM_GetConfig()