Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/can/
Dcan_mail.c56 static bool CanRxBoxMsgMatch(struct CanRxBox *, const struct CanMsg *);
68 if (!CanRxBoxMsgMatch(rbox, cmsg)) { in CanRxBoxAddMsg()
126 static bool CanRxBoxMsgMatch(struct CanRxBox *rbox, const struct CanMsg *cmsg) in CanRxBoxMsgMatch() function