Searched refs:DEBUG_CALLOUT_printf (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/ |
A D | nimble_npl_os.c | 42 #define DEBUG_CALLOUT_printf(...) // printf(__VA_ARGS__) macro 389 …DEBUG_CALLOUT_printf("callout_run(%p) tnow=%u ticks=%u evq=%p\n", c, (uint)tnow, (uint)c->ticks, c… in mp_bluetooth_nimble_os_callout_process() 400 DEBUG_CALLOUT_printf("callout_run(%p) done\n", c); in mp_bluetooth_nimble_os_callout_process() 407 DEBUG_CALLOUT_printf("ble_npl_callout_init(%p, %p, %p, %p)\n", c, evq, ev_cb, ev_arg); in ble_npl_callout_init() 429 …DEBUG_CALLOUT_printf("ble_npl_callout_reset(%p, %u) tnow=%u\n", c, (uint)ticks, (uint)mp_hal_ticks… in ble_npl_callout_reset() 439 DEBUG_CALLOUT_printf("ble_npl_callout_stop(%p)\n", c); in ble_npl_callout_stop() 444 DEBUG_CALLOUT_printf("ble_npl_callout_is_active(%p)\n", c); in ble_npl_callout_is_active() 449 DEBUG_CALLOUT_printf("ble_npl_callout_get_ticks(%p)\n", c); in ble_npl_callout_get_ticks() 454 DEBUG_CALLOUT_printf("ble_npl_callout_remaining_ticks(%p, %u)\n", c, (uint)now); in ble_npl_callout_remaining_ticks() 463 DEBUG_CALLOUT_printf("ble_npl_callout_get_arg(%p)\n", c); in ble_npl_callout_get_arg() [all …]
|
Completed in 3 milliseconds