Home
last modified time | relevance | path

Searched refs:DQSPort (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2498 assert_param(IS_OSPIM_DQS_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()
2549 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2551 SET_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSSRC); in HAL_OSPIM_Config()
2570 if (IOM_cfg[instance].DQSPort != 0U) in HAL_OSPIM_Config()
2572 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2587 ((cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && (cfg->DQSPort != 0U)) || in HAL_OSPIM_Config()
2592 (cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && in HAL_OSPIM_Config()
2602 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2604 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2632 if (cfg->DQSPort != 0U) in HAL_OSPIM_Config()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2507 assert_param(IS_OSPIM_DQS_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()
2561 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2563 SET_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSSRC); in HAL_OSPIM_Config()
2583 if (IOM_cfg[instance].DQSPort != 0U) in HAL_OSPIM_Config()
2585 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2602 ((cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && (cfg->DQSPort != 0U)) || in HAL_OSPIM_Config()
2608 (cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && in HAL_OSPIM_Config()
2619 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2621 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2652 if (cfg->DQSPort != 0U) in HAL_OSPIM_Config()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2626 assert_param(IS_OSPIM_DQS_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()
2676 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2678 SET_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSSRC); in HAL_OSPIM_Config()
2697 if (IOM_cfg[instance].DQSPort != 0U) in HAL_OSPIM_Config()
2699 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2714 ((cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && (cfg->DQSPort != 0U)) || in HAL_OSPIM_Config()
2719 (cfg->DQSPort == IOM_cfg[other_instance].DQSPort) && in HAL_OSPIM_Config()
2729 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_OSPIM_Config()
2731 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_OSPIM_Config()
2766 if (cfg->DQSPort != 0U) in HAL_OSPIM_Config()
[all …]
Dstm32u5xx_hal_xspi.c2919 assert_param(IS_XSPIM_DQS_PORT(pCfg->DQSPort)); in HAL_XSPIM_Config()
2969 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_XSPIM_Config()
2971 SET_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSSRC); in HAL_XSPIM_Config()
2990 if (IOM_cfg[instance].DQSPort != 0U) in HAL_XSPIM_Config()
2992 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_XSPIM_Config()
3006 …>ClkPort == IOM_cfg[other_instance].ClkPort) || (pCfg->DQSPort == IOM_cfg[other_instance].DQSPort)… in HAL_XSPIM_Config()
3011 (pCfg->DQSPort == IOM_cfg[other_instance].DQSPort) && in HAL_XSPIM_Config()
3021 if (IOM_cfg[other_instance].DQSPort != 0U) in HAL_XSPIM_Config()
3023 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort - 1U)], OCTOSPIM_PCR_DQSEN); in HAL_XSPIM_Config()
3049 if (pCfg->DQSPort != 0U) in HAL_XSPIM_Config()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h250 …uint32_t DQSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h253 …uint32_t DQSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
Dstm32u5xx_hal_xspi.h264 …uint32_t DQSPort; /*!< It indicates which port of the XSPI IO Manager is used fo… member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h252 …uint32_t DQSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member