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

Function rt_bypass_upper_unregister

components/drivers/serial/bypass.c:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303rt_err_t rt_bypass_upper_unregister(struct rt_serial_device* serial, rt_uint8_t level)
304{
305 if (!serial->bypass || !serial->bypass->upper_h)
306 return -RT_ERROR;
307 return rt_bypass_unregister(serial->bypass->upper_h, level);
308}
309
310rt_err_t rt_bypass_lower_unregister(struct rt_serial_device* serial, rt_uint8_t level)
311{

Callers 7

bypass_upper_001Function · 0.85
bypass_upper_002Function · 0.85
thread_high_priorityFunction · 0.85
bypass_rx_stress_003Function · 0.85
bypass_rx_stress_001Function · 0.85
bypass_register_001Function · 0.85
bypass_register_002Function · 0.85

Calls 1

rt_bypass_unregisterFunction · 0.85

Tested by

no test coverage detected