Searched refs:NCSPort (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2484 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2525 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2570 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config() 2588 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2603 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3055 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3103 cfg->NCSPort = index+1U; in OSPIM_GetConfig()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 2506 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2549 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2598 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config() 2618 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2635 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3112 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3164 cfg->NCSPort = index+1U; in OSPIM_GetConfig()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 2624 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2664 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2711 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config() 2729 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2744 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3237 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3285 cfg->NCSPort = index + 1U; in OSPIM_GetConfig()
|
D | stm32u5xx_hal_xspi.c | 2911 assert_param(IS_XSPIM_PORT(pCfg->NCSPort)); in HAL_XSPIM_Config() 2953 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_XSPIM_Config() 3000 …(pCfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (pCfg->IOLowPort == IOM_cfg[other_instance].… in HAL_XSPIM_Config() 3018 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_XSPIM_Config() 3031 MODIFY_REG(OCTOSPIM->PCR[(pCfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_XSPIM_Config() 3805 pCfg->NCSPort = 0U; in XSPIM_GetConfig() 3853 pCfg->NCSPort = index + 1U; in XSPIM_GetConfig()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_ospi.h | 252 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_ospi.h | 254 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_ospi.h | 255 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|
D | stm32u5xx_hal_xspi.h | 267 …uint32_t NCSPort; /*!< It indicates which port of the XSPI IO Manager is used fo… member
|