Lines Matching refs:IOLowPort
2509 assert_param(IS_OSPIM_IO_PORT(cfg->IOLowPort)); in HAL_OSPIM_Config()
2565 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2567 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config()
2587 if (IOM_cfg[instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2589 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_IO… in HAL_OSPIM_Config()
2603 (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPort) || in HAL_OSPIM_Config()
2609 (cfg->IOLowPort == IOM_cfg[other_instance].IOLowPort) && in HAL_OSPIM_Config()
2624 if (IOM_cfg[other_instance].IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2626 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2657 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2659 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2662 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2664 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2698 if ((cfg->IOLowPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2700 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2704 else if (cfg->IOLowPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2706 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOLowPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
3118 cfg->IOLowPort = 0U; in OSPIM_GetConfig()
3181 cfg->IOLowPort = (OCTOSPIM_PCR_IOLEN | (index + 1U)); in OSPIM_GetConfig()
3185 cfg->IOLowPort = (OCTOSPIM_PCR_IOHEN | (index + 1U)); in OSPIM_GetConfig()