Home
last modified time | relevance | path

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

/components/drivers/can/
A Ddev_can.c73 rt_list_remove(&listmsg->list); in _can_int_rx()
79 listmsg->owner = RT_NULL; in _can_int_rx()
90 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in _can_int_rx()
94 listmsg->owner = RT_NULL; in _can_int_rx()
107 if (listmsg != RT_NULL) in _can_int_rx()
117 listmsg = RT_NULL; in _can_int_rx()
815 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in rt_hw_can_isr()
819 listmsg->owner = RT_NULL; in rt_hw_can_isr()
831 if (listmsg->owner != RT_NULL && listmsg->owner->msgs) in rt_hw_can_isr()
835 listmsg->owner = RT_NULL; in rt_hw_can_isr()
[all …]

Completed in 10 milliseconds