Home
last modified time | relevance | path

Searched defs:rbox (Results 1 – 2 of 2) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/can/
Dcan_mail.c25 struct CanRxBox *rbox = NULL; in CanRxBoxCreate() local
45 void CanRxBoxDestroy(struct CanRxBox *rbox) in CanRxBoxDestroy()
58 int32_t CanRxBoxAddMsg(struct CanRxBox *rbox, struct CanMsg *cmsg) in CanRxBoxAddMsg()
87 int32_t CanRxBoxGetMsg(struct CanRxBox *rbox, struct CanMsg **cmsg, uint32_t tms) in CanRxBoxGetMsg()
126 static bool CanRxBoxMsgMatch(struct CanRxBox *rbox, const struct CanMsg *cmsg) in CanRxBoxMsgMatch()
148 int32_t CanRxBoxAddFilter(struct CanRxBox *rbox, const struct CanFilter *filter) in CanRxBoxAddFilter()
173 int32_t CanRxBoxDelFilter(struct CanRxBox *rbox, const struct CanFilter *filter) in CanRxBoxDelFilter()
/drivers/hdf_core/framework/support/platform/include/can/
Dcan_mail.h31 static inline void CanRxBoxLock(struct CanRxBox *rbox) in CanRxBoxLock()
36 static inline void CanRxBoxUnlock(struct CanRxBox *rbox) in CanRxBoxUnlock()