Lines Matching refs:IOLowPort

2628   assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort));  in HAL_OSPIM_Config()
2680 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2682 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config()
2701 if (IOM_cfg[instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2703 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_IO… in HAL_OSPIM_Config()
2715 (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPort) || in HAL_OSPIM_Config()
2720 (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPort) && in HAL_OSPIM_Config()
2734 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2736 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2771 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2773 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2776 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2778 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2811 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2813 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2817 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2819 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
3242 cfg->IOLowPort = 0U; in OSPIM_GetConfig()
3301 cfg->IOLowPort = (OCTOSPIM_PCR_IOLEN | (index + 1U)); in OSPIM_GetConfig()
3305 cfg->IOLowPort = (OCTOSPIM_PCR_IOHEN | (index + 1U)); in OSPIM_GetConfig()