Searched refs:IOHighPort (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2501 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config() 2558 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2560 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config() 2578 if (IOM_cfg[instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2580 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_OSPIM_Config() 2589 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2594 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2612 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2614 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config() 2652 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 2510 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config() 2570 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2572 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config() 2591 if (IOM_cfg[instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2593 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_OSPIM_Config() 2604 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2610 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2629 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2631 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config() 2672 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 2629 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config() 2685 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2687 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config() 2705 if (IOM_cfg[instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2707 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_OSPIM_Config() 2716 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2721 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config() 2739 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config() 2741 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config() 2786 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config() [all …]
|
D | stm32u5xx_hal_xspi.c | 2922 assert_param(IS_XSPIM_IO_PORT(pCfg->IOHighPort)); in HAL_XSPIM_Config() 2978 if (IOM_cfg[other_instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config() 2980 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_XSPIM_Config() 2998 if (IOM_cfg[instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config() 3000 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_XSPIM_Config() 3008 (pCfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_XSPIM_Config() 3013 (pCfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_XSPIM_Config() 3030 if (IOM_cfg[other_instance].IOHighPort != HAL_XSPIM_IOPORT_NONE) in HAL_XSPIM_Config() 3032 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM… in HAL_XSPIM_Config() 3069 if ((pCfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_XSPIM_Config() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 256 …uint32_t IOHighPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 259 …uint32_t IOHighPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|
D | stm32u5xx_hal_xspi.h | 271 …uint32_t IOHighPort; /*!< It indicates which port of the XSPI IO Manager is used fo… member
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 258 …uint32_t IOHighPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|