Searched defs:rbox (Results 1 – 2 of 2) sorted by relevance
25 struct CanRxBox *rbox = NULL; in CanRxBoxCreate() local45 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()
31 static inline void CanRxBoxLock(struct CanRxBox *rbox) in CanRxBoxLock()36 static inline void CanRxBoxUnlock(struct CanRxBox *rbox) in CanRxBoxUnlock()