Home
last modified time | relevance | path

Searched defs:IS_ENABLED (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/samples/modules/thrift/hello/server/src/
Dmain.cpp31 #define IS_ENABLED(flag) flag macro
/Zephyr-Core-3.6.0/samples/modules/thrift/hello/client/src/
Dmain.cpp29 #define IS_ENABLED(flag) flag macro
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dutil_macro.h124 #define IS_ENABLED(config_macro) Z_IS_ENABLED1(config_macro) macro