Searched refs:NCSPort (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ospi.c | 2486 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/ |
D | stm32l4xx_hal_ospi.c | 2499 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/ |
D | stm32u5xx_hal_ospi.c | 2621 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/ |
D | stm32l4xx_hal_ospi.h | 255 …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/ |
D | stm32u5xx_hal_ospi.h | 254 …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/ |
D | stm32h7xx_hal_ospi.h | 256 …uint32_t NCSPort; /*!< It indicates which port of the OSPI IO Manager is used for t… member
|