Home
last modified time | relevance | path

Searched refs:rt_device_set_rx_indicate (Results 1 – 12 of 12) sorted by relevance

/components/net/at/src/
A Dat_cli.c78 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 Dat_server.c593 rt_device_set_rx_indicate(at_server_local->device, at_rx_ind); in at_server_init()
A Dat_client.c1060 rt_device_set_rx_indicate(client->device, at_client_rx_ind); in at_client_init()
/components/utilities/ymodem/
A Dymodem.c297 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 Ddevice.c445 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 Dsensor_cmd.c172 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 Dshell.c241 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 Dsensor_cmd.c423 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 Drtlink_dev.c66 rt_device_set_rx_indicate(device, RT_NULL); in rtlink_fops_close()
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c445 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 Ddev_serial.c102 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 Ddev_serial_v2.c92 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