Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_gpio.c117 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_DeInit()
179 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_Init()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_gpio.c125 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_DeInit()
201 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_Init()
Dstm32l1xx_hal_gpio.c201 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in HAL_GPIO_Init()
327 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in HAL_GPIO_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_gpio.c130 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_DeInit()
213 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in LL_GPIO_Init()
Dstm32l4xx_hal_gpio.c195 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in HAL_GPIO_Init()
334 assert_param(IS_GPIO_ALL_INSTANCE(GPIOx)); in HAL_GPIO_DeInit()
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h7915 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
7923 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
7927 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h7915 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
7923 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
7927 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h8760 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
8768 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
8772 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h9062 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
9072 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
9076 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6360 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h17935 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
17946 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
17950 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7551 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7392 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ macro