MCPcopy Create free account
hub / github.com/SmingHub/Sming / host_queue_callback

Function host_queue_callback

Sming/Arch/Host/Components/esp_hal/tasks.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool host_queue_callback(host_task_callback_t callback, os_param_t param)
118{
119 return task_queues[HOST_TASK_PRIO]->post(os_signal_t(callback), param);
120}

Callers 2

initialiseMethod · 0.85
startScanMethod · 0.85

Calls 1

postMethod · 0.45

Tested by

no test coverage detected