Searched refs:rt_device_set_rx_indicate (Results 1 – 12 of 12) sorted by relevance
| /components/net/at/src/ |
| A D | at_cli.c | 78 rt_device_set_rx_indicate(console, console_getchar_rx_ind); in at_cli_init() 94 rt_device_set_rx_indicate(console, odev_rx_ind); in at_cli_deinit() 223 rt_device_set_rx_indicate(client->device, client_getchar_rx_ind); in client_cli_parser() 272 rt_device_set_rx_indicate(client->device, client_odev_rx_ind); in client_cli_parser()
|
| A D | at_server.c | 593 rt_device_set_rx_indicate(at_server_local->device, at_rx_ind); in at_server_init()
|
| A D | at_client.c | 1060 rt_device_set_rx_indicate(client->device, at_client_rx_ind); in at_client_init()
|
| /components/utilities/ymodem/ |
| A D | ymodem.c | 297 rt_device_set_rx_indicate(ctx->dev, _rym_rx_ind); in _rym_do_send_handshake() 455 rt_device_set_rx_indicate(ctx->dev, _rym_rx_ind); in _rym_do_send_trans() 541 rt_device_set_rx_indicate(ctx->dev, _rym_rx_ind); in _rym_do_send_fin() 678 rt_device_set_rx_indicate(dev, _rym_rx_ind); in rym_recv_on_device() 700 rt_device_set_rx_indicate(dev, odev_rx_ind); in rym_recv_on_device() 735 rt_device_set_rx_indicate(dev, _rym_rx_ind); in rym_send_on_device() 756 rt_device_set_rx_indicate(dev, odev_rx_ind); in rym_send_on_device()
|
| /components/drivers/core/ |
| A D | device.c | 445 rt_err_t rt_device_set_rx_indicate(rt_device_t dev, in rt_device_set_rx_indicate() function 457 RTM_EXPORT(rt_device_set_rx_indicate);
|
| /components/drivers/sensor/v1/ |
| A D | sensor_cmd.c | 172 rt_device_set_rx_indicate(dev, rx_callback); in sensor_fifo() 231 rt_device_set_rx_indicate(dev, rx_callback); in sensor_int()
|
| /components/finsh/ |
| A D | shell.c | 241 rt_device_set_rx_indicate(shell->device, RT_NULL); in finsh_set_device() 249 rt_device_set_rx_indicate(dev, finsh_rx_ind); in finsh_set_device()
|
| /components/drivers/sensor/v2/ |
| A D | sensor_cmd.c | 423 rt_device_set_rx_indicate(dev, rx_callback); in sensor_fifo() 478 rt_device_set_rx_indicate(dev, rx_callback); in sensor_int()
|
| /components/utilities/rt-link/src/ |
| A D | rtlink_dev.c | 66 rt_device_set_rx_indicate(device, RT_NULL); in rtlink_fops_close()
|
| /components/drivers/usb/cherryusb/platform/rtthread/ |
| A D | usbh_serial.c | 445 rt_device_set_rx_indicate(device, usbh_serial_fops_rx_ind); in usbh_serial_fops_open() 458 rt_device_set_rx_indicate(device, RT_NULL); in usbh_serial_fops_close()
|
| /components/drivers/serial/ |
| A D | dev_serial.c | 102 rt_device_set_rx_indicate(device, serial_fops_rx_ind); in serial_fops_open() 115 rt_device_set_rx_indicate(device, RT_NULL); in serial_fops_close()
|
| A D | dev_serial_v2.c | 92 rt_device_set_rx_indicate(device, serial_fops_rx_ind); in serial_fops_open() 111 rt_device_set_rx_indicate(device, RT_NULL); in serial_fops_close()
|
Completed in 23 milliseconds