Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2475 assert_param(IS_OSPIM_PORT(cfg->ClkPort)); in HAL_OSPIM_Config()
2517 if (IOM_cfg[instance].ClkPort != 0U) in HAL_OSPIM_Config()
2519 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].ClkPort-1U)], OCTOSPIM_PCR_CLK… in HAL_OSPIM_Config()
2527 …if ((cfg->ClkPort == IOM_cfg[other_instance].ClkPort) || (cfg->DQSPort == IOM_cfg[other_instance].… in HAL_OSPIM_Config()
2531 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].ClkPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2539 …MODIFY_REG(OCTOSPIM->PCR[(cfg->ClkPort-1U)], (OCTOSPIM_PCR_CLKEN | OCTOSPIM_PCR_CLKSRC), (OCTOSPIM… in HAL_OSPIM_Config()
2941 cfg->ClkPort = 0U; in OSPIM_GetConfig()
2963 cfg->ClkPort = index+1U; in OSPIM_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h251 …uint32_t ClkPort; /* It indicates which port of the OSPI IO Manager is used for the… member