Searched refs:NCSPort (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2499 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2540 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2586 …->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->NCSPort == IOM_cfg[other_instance].NCSPort)… in HAL_OSPIM_Config() 2606 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2621 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3112 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3160 cfg->NCSPort = index + 1U; in OSPIM_GetConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_ospi.c | 2508 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2551 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2601 …->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->NCSPort == IOM_cfg[other_instance].NCSPort)… in HAL_OSPIM_Config() 2623 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2640 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3117 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3169 cfg->NCSPort = index + 1U; in OSPIM_GetConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_ospi.c | 2627 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config() 2667 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2713 …->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->NCSPort == IOM_cfg[other_instance].NCSPort)… in HAL_OSPIM_Config() 2733 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config() 2748 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config() 3241 cfg->NCSPort = 0U; in OSPIM_GetConfig() 3289 cfg->NCSPort = index + 1U; in OSPIM_GetConfig()
|
D | stm32u5xx_hal_xspi.c | 2920 assert_param(IS_XSPIM_PORT(pCfg->NCSPort)); in HAL_XSPIM_Config() 2960 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_XSPIM_Config() 3007 …(pCfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (pCfg->IOLowPort == IOM_cfg[other_instance].… in HAL_XSPIM_Config() 3025 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_XSPIM_Config() 3038 MODIFY_REG(OCTOSPIM->PCR[(pCfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_XSPIM_Config() 3835 pCfg->NCSPort = 0U; in XSPIM_GetConfig() 3883 pCfg->NCSPort = index + 1U; in XSPIM_GetConfig()
|
/hal_stm32-latest/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-latest/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
|
/hal_stm32-latest/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
|