Home
last modified time | relevance | path

Searched refs:NCSPort (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ospi.c2486 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
2527 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2572 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config()
2590 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2605 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config()
3057 cfg->NCSPort = 0U; in OSPIM_GetConfig()
3105 cfg->NCSPort = index+1U; in OSPIM_GetConfig()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_ospi.c2499 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
2542 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2591 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config()
2609 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2624 …MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort-1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), (OCTOSPIM… in HAL_OSPIM_Config()
3086 cfg->NCSPort = 0U; in OSPIM_GetConfig()
3137 cfg->NCSPort = index+1U; in OSPIM_GetConfig()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ospi.c2621 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
2661 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2708 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config()
2726 CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort - 1U)], OCTOSPIM_PCR_NCSEN); in HAL_OSPIM_Config()
2741 MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort - 1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), in HAL_OSPIM_Config()
3232 cfg->NCSPort = 0U; in OSPIM_GetConfig()
3280 cfg->NCSPort = index + 1U; in OSPIM_GetConfig()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_ospi.h255 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ospi.h254 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ospi.h256 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member