Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dutil.h879 #define UTIL_BOOL(x) UTIL_COMPL(UTIL_NOT(x)) macro
885 #define UTIL_IF(c) UTIL_IIF(UTIL_BOOL(c))
899 #define UTIL_OR(a, b) COND_CODE_1(UTIL_BOOL(a), (a), (b))
900 #define UTIL_AND(a, b) COND_CODE_1(UTIL_BOOL(a), (b), (0))

Completed in 7 milliseconds