Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/StdDriver/src/
Dcan.c396 if(pCanMsg->IdType == CAN_STD_ID) in CAN_BasicSendMsg()
492 pCanMsg->IdType = CAN_STD_ID; in CAN_BasicReceiveMsg()
499 pCanMsg->IdType = CAN_EXT_ID; in CAN_BasicReceiveMsg()
710 pCanMsg->IdType = CAN_STD_ID; in CAN_ReadMsgObj()
716 pCanMsg->IdType = CAN_EXT_ID; in CAN_ReadMsgObj()
943 if(pCanMsg->IdType == CAN_STD_ID) in CAN_SetTxMsg()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dcan.h58 uint32_t IdType; /*!< ID type */ member