Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/mbm/src/
Dmb_measure_channel.c25 #define PRINTF OS_TPrintf macro
27 #define PRINTF(...) ((void)0) macro
291 PRINTF("CH%d = %d\n", cb->channel, cb->ccaBusyRatio); in state_out_measure_channel()
369 PRINTF("%s -> ", STATE_STR[mbm_measure_state]); in change_mbm_state()
371 PRINTF("%s\n", STATE_STR[mbm_measure_state]); in change_mbm_state()
/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dmain.c121 #define PRINTF mprintf macro
271 PRINTF("ARM9: WBT-1 demo started.\n"); in TwlMain()