Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
Dcan.h172 int32_t CAN_BasicReceiveMsg(CAN_T *tCAN, STR_CANMSG_T* pCanMsg);
/trusted-firmware-m-latest/platform/ext/target/nuvoton/common/bsp/StdDriver/src/
Dcan.c397 int32_t CAN_BasicReceiveMsg(CAN_T *tCAN, STR_CANMSG_T* pCanMsg) in CAN_BasicReceiveMsg() function
1154 return (CAN_BasicReceiveMsg(tCAN, pCanMsg)); in CAN_Receive()