Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2476 assert_param(IS_OSPIM_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()
2520 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].DQSPort-1U)], OCTOSPIM_PCR_DQS… in HAL_OSPIM_Config()
2527 …->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->DQSPort == IOM_cfg[other_instance].DQSPort)… in HAL_OSPIM_Config()
2532 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].DQSPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2540 …MODIFY_REG(OCTOSPIM->PCR[(cfg->DQSPort-1U)], (OCTOSPIM_PCR_DQSEN | OCTOSPIM_PCR_DQSSRC), (OCTOSPIM… in HAL_OSPIM_Config()
2942 cfg->DQSPort = 0U; in OSPIM_GetConfig()
2973 cfg->DQSPort = index+1U; in OSPIM_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h253 …uint32_t DQSPort; /* It indicates which port of the OSPI IO Manager is used for the… member