Searched defs:ERR (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | aos_debug.h | 116 #define require_noerr(ERR, LABEL) … argument 140 #define require_noerr_string(ERR, LABEL, STR) … argument 164 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) … argument 185 #define require_noerr_quiet(ERR, LABEL) \ argument 203 #define require_noerr_action(ERR, LABEL, ACTION) … argument 225 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | osal_debug.h | 247 #define require_noerr(ERR, LABEL) \ argument 271 #define require_noerr_string(ERR, LABEL, STR) \ argument 295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument 318 #define require_noerr_quiet(ERR, LABEL) \ argument 336 #define require_noerr_action(ERR, LABEL, ACTION) \ argument 360 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument
|
/AliOS-Things-master/components/websocket/include/ |
A D | librws.h | 42 #define ERR(format,arg...) LOGE(WEBSOC_TAG, format, ##arg) macro 46 #define ERR(format,arg...) LOGE(WEBSOC_TAG, format, ##arg) macro
|
Completed in 5 milliseconds