Home
last modified time | relevance | path

Searched defs:IS_I2C_WAKEUP_FROMSTOP_INSTANCE (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h6379 #define IS_I2C_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \ macro
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7412 #define IS_I2C_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \ macro
/loramac-node-latest/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7571 #define IS_I2C_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \ macro
/loramac-node-latest/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h17958 #define IS_I2C_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) IS_I2C_ALL_INSTANCE(INSTANCE) macro