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

Function rt_bypass_lower_unregister

components/drivers/serial/bypass.c:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310rt_err_t rt_bypass_lower_unregister(struct rt_serial_device* serial, rt_uint8_t level)
311{
312 if (!serial->bypass || !serial->bypass->lower_h)
313 return -RT_ERROR;
314 return rt_bypass_unregister(serial->bypass->lower_h, level);
315}
316
317int serial_bypass_list(int argc, char** argv)
318{

Callers 5

serial_tty_closeFunction · 0.85
bypass_rx_stress_002Function · 0.85
bypass_register_002Function · 0.85
bypass_lower_001Function · 0.85
bypass_lower_002Function · 0.85

Calls 1

rt_bypass_unregisterFunction · 0.85

Tested by

no test coverage detected