Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/inc/
Dcan.h168 int32_t CAN_BasicReceiveMsg(CAN_T *tCAN, STR_CANMSG_T* pCanMsg);
/hal_nuvoton-latest/m48x/StdDriver/src/
Dcan.c470 int32_t CAN_BasicReceiveMsg(CAN_T *tCAN, STR_CANMSG_T* pCanMsg) in CAN_BasicReceiveMsg() function
1247 rev = CAN_BasicReceiveMsg(tCAN, pCanMsg); in CAN_Receive()