Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_ospi.c261 #define OSPI_NB_INSTANCE 2U macro
2469 OSPIM_CfgTypeDef IOM_cfg[OSPI_NB_INSTANCE]; in HAL_OSPIM_Config()
2493 for (index = 0U; index < OSPI_NB_INSTANCE; index++) in HAL_OSPIM_Config()
2933 if ((instance_nb == 0U) || (instance_nb > OSPI_NB_INSTANCE) || (cfg == NULL)) in OSPIM_GetConfig()