Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c2477 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
2521 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[instance].NCSPort-1U)], OCTOSPIM_PCR_NCS… in HAL_OSPIM_Config()
2528 …(cfg->NCSPort == IOM_cfg[other_instance].NCSPort) || (cfg->IOLowPort == IOM_cfg[other_instance].IO… in HAL_OSPIM_Config()
2533 …CLEAR_BIT(OCTOSPIM->PCR[(IOM_cfg[other_instance].NCSPort-1U)], OCTOSPIM_P… in HAL_OSPIM_Config()
2541 …MODIFY_REG(OCTOSPIM->PCR[(cfg->NCSPort-1U)], (OCTOSPIM_PCR_NCSEN | OCTOSPIM_PCR_NCSSRC), (OCTOSPIM… in HAL_OSPIM_Config()
2943 cfg->NCSPort = 0U; in OSPIM_GetConfig()
2983 cfg->NCSPort = index+1U; in OSPIM_GetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h255 …uint32_t NCSPort; /* It indicates which port of the OSPI IO Manager is used for the… member