Searched defs:can (Results 1 – 1 of 1) sorted by relevance
16 #define CAN_LOCK(can) rt_mutex_take(&(can->lock), RT_WAITING_FOREVER) argument17 #define CAN_UNLOCK(can) rt_mutex_release(&(can->lock)) argument22 struct rt_can_device *can; in rt_can_init() local279 struct rt_can_device *can; in rt_can_open() local386 struct rt_can_device *can; in rt_can_close() local461 struct rt_can_device *can; in rt_can_read() local481 struct rt_can_device *can; in rt_can_write() local506 struct rt_can_device *can; in rt_can_control() local683 rt_can_t can; in cantimeout() local720 rt_err_t rt_hw_can_register(struct rt_can_device *can, in rt_hw_can_register()[all …]
Completed in 4 milliseconds