Searched refs:bypass_function_t (Results 1 – 2 of 2) sorted by relevance
/components/drivers/include/drivers/ |
A D | serial_bypass.h | 16 typedef rt_err_t(*bypass_function_t)(struct rt_serial_device* serial, char buf, void* data); typedef 33 bypass_function_t bypass; 67 …truct rt_serial_device* serial, const char* name, rt_uint8_t level, bypass_function_t func, void* … 68 …truct rt_serial_device* serial, const char* name, rt_uint8_t level, bypass_function_t func, void* …
|
/components/drivers/serial/ |
A D | bypass.c | 16 …pass_func* rt_bypass_alloc_func(const char* name, rt_uint8_t level, bypass_function_t func, void* … in rt_bypass_alloc_func() 54 … rt_serial_bypass_head* bypass, const char* name, rt_uint8_t level, bypass_function_t func, void* … in rt_bypass_register() 104 …truct rt_serial_device* serial, const char* name, rt_uint8_t level, bypass_function_t func, void* … in rt_bypass_upper_register() 229 …truct rt_serial_device* serial, const char* name, rt_uint8_t level, bypass_function_t func, void* … in rt_bypass_lower_register()
|
Completed in 7 milliseconds