Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/heap/
A Dmulti_heap_platform.h41 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) ets_printf(MSG, __VA_ARGS__) argument
83 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) hal_trace_printf(MSG, __VA_ARGS__) argument
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dcommon.h152 #define BUILD_ASSERT(EXPR, MSG...) \ argument
159 #define BUILD_ASSERT_MSG(EXPR, MSG) __DEPRECATED_MACRO BUILD_ASSERT(EXPR, MSG) argument
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h198 #define BUILD_ASSERT_MSG(EXPR, MSG) BUILD_ASSERT(EXPR) argument

Completed in 10 milliseconds