Home
last modified time | relevance | path

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

/components/drivers/can/
A Ddev_can.c168 can->status.sndchange |= 1<<no; in _can_int_tx()
173 can->status.sndchange &= ~ (1<<no); in _can_int_tx()
248 can->status.sndchange |= 1<<no; in _can_int_tx_priv()
251 can->status.sndchange &= ~ (1<<no); in _can_int_tx_priv()
907 if (can->status.sndchange&(1<<no)) in rt_hw_can_isr()
/components/drivers/include/drivers/
A Ddev_can.h388 rt_uint32_t sndchange; member

Completed in 9 milliseconds