Searched refs:CanClientWriteMsg (Results 1 – 3 of 3) sorted by relevance
25 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg);
32 return CanClientWriteMsg((struct CanClient *)handle, msg); in CanBusSendMsg()
104 int32_t CanClientWriteMsg(struct CanClient *client, const struct CanMsg *msg) in CanClientWriteMsg() function