Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2479 assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort)); in HAL_OSPIM_Config()
2523 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort-1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_IOH… in HAL_OSPIM_Config()
2529 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2535 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort-1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_P… in HAL_OSPIM_Config()
2554 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2556 …MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort-1U)& OSPI_IOM_PORT_MASK)], (OCTOSPIM_PCR_IOLEN | OCTOSP… in HAL_OSPIM_Config()
2561 …MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort-1U)& OSPI_IOM_PORT_MASK)], (OCTOSPIM_PCR_IOHEN | OCTOSP… in HAL_OSPIM_Config()
2945 cfg->IOHighPort = 0U; in OSPIM_GetConfig()
3012 cfg->IOHighPort = (OCTOSPIM_PCR_IOLEN | (index+1U)); in OSPIM_GetConfig()
3016 cfg->IOHighPort = (OCTOSPIM_PCR_IOHEN | (index+1U)); in OSPIM_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h259 …uint32_t IOHighPort; /* It indicates which port of the OSPI IO Manager is used for the… member