Home
last modified time | relevance | path

Searched refs:IS_OSPIM_PORT (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()
2476 assert_param(IS_OSPIM_PORT(cfg->DQSPort)); in HAL_OSPIM_Config()
2477 assert_param(IS_OSPIM_PORT(cfg->NCSPort)); in HAL_OSPIM_Config()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_ospi.h1009 #define IS_OSPIM_PORT(NUMBER) (((NUMBER) >= 1U) && ((NUMBER) <= 2U)) macro