Home
last modified time | relevance | path

Searched refs:can_rx (Results 1 – 2 of 2) sorted by relevance

/components/drivers/can/
A Ddev_can.c28 can->can_rx = RT_NULL; in rt_can_init()
53 rx_fifo = (struct rt_can_rx_fifo *) can->can_rx; in _can_int_rx()
288 if (can->can_rx == RT_NULL) in rt_can_open()
312 can->can_rx = rx_fifo; in rt_can_open()
425 rx_fifo = (struct rt_can_rx_fifo *)can->can_rx; in rt_can_close()
430 can->can_rx = RT_NULL; in rt_can_close()
736 can->can_rx = RT_NULL; in rt_hw_can_register()
796 rx_fifo = (struct rt_can_rx_fifo *)can->can_rx; in rt_hw_can_isr()
/components/drivers/include/drivers/
A Ddev_can.h429 void *can_rx; member

Completed in 5 milliseconds