MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_lower_work

Function rt_lower_work

components/drivers/serial/bypass.c:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220static void rt_lower_work(struct rt_work* work, void* work_data)
221{
222 struct rt_serial_device* serial = (struct rt_serial_device*)work_data;
223
224 RT_ASSERT(serial != RT_NULL);
225
226 _lower_work(serial);
227}
228
229rt_err_t rt_bypass_lower_register(struct rt_serial_device* serial, const char* name, rt_uint8_t level, bypass_function_t func, void* data)
230{

Callers

nothing calls this directly

Calls 1

_lower_workFunction · 0.85

Tested by

no test coverage detected