Hi all !
I started a CAN-related development recently, and I found the tCANMsgObject definition in can.h ( peripheral library ).
The struct contains a variable :
uint32_t ui32Flags;
The description for this variable states : " This value holds various status flags and settings specified by tCANObjFlags "
But I can not find definition or description for tCANObjFlags in documentation or in library files.
Can someone tell me what flags exactly this variable holds?