Home
last modified time | relevance | path

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

/components/drivers/can/
A Ddev_can.c189 if (result == RT_CAN_SND_RESULT_OK) in _can_int_tx()
234 if ((tx_fifo->buffer[no].result != RT_CAN_SND_RESULT_OK)) in _can_int_tx_priv()
256 if (result == RT_CAN_SND_RESULT_OK) in _can_int_tx_priv()
339 tx_fifo->buffer[i].result = RT_CAN_SND_RESULT_OK; in rt_can_open()
563 if (tx_fifo->buffer[i].result == RT_CAN_SND_RESULT_OK) in rt_can_control()
911 tx_fifo->buffer[no].result = RT_CAN_SND_RESULT_OK; in rt_hw_can_isr()
/components/drivers/include/drivers/
A Ddev_can.h486 #define RT_CAN_SND_RESULT_OK 0 macro

Completed in 5 milliseconds