Searched refs:DQSPort (Results 1 – 2 of 2) sorted by relevance
2476 assert_param(IS_OSPIM_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()2520 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort-1U)], OCTOSPIM_PCR_DQS… in HAL_OSPIM_Config()2527 …->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->DQSPort == IOM_cfg[other_instance].DQSPort)… in HAL_OSPIM_Config()2532 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()2540 …MODIFY_REG(OCTOSPIM->PCR[(cfg->DQSPort-1U)], (OCTOSPIM_PCR_DQSEN | OCTOSPIM_PCR_DQSSRC), (OCTOSPIM… in HAL_OSPIM_Config()2942 cfg->DQSPort = 0U; in OSPIM_GetConfig()2973 cfg->DQSPort = index+1U; in OSPIM_GetConfig()
253 …uint32_t DQSPort; /* It indicates which port of the OSPI IO Manager is used for the… member