Searched refs:sndchange (Results 1 – 2 of 2) sorted by relevance
168 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()
388 rt_uint32_t sndchange; member
Completed in 9 milliseconds