Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2468 uint8_t index, ospi_enabled = 0U, other_instance; in HAL_OSPIM_Config() local
2484 other_instance = 1U; in HAL_OSPIM_Config()
2489 other_instance = 0U; in HAL_OSPIM_Config()
2527 …if ((cfg->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->DQSPort == IOM_cfg[other_instance].… in HAL_OSPIM_Config()
2528 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config()
2529 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2531 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].ClkPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2532 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2533 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2534 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOLowPort-1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_P… in HAL_OSPIM_Config()
[all …]