NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
can.h
Go to the documentation of this file.
1
8#ifndef INC_CAN_H_
9#define INC_CAN_H_
10
11#include "applicfg.h"
12
13typedef struct {
17 UNS8 data[8];
18} Message;
19
20#define Message_Initializer {0,0,0,{0,0,0,0,0,0,0,0}}
21
22typedef UNS8 (*canSend_t)(Message *);
23
24#endif /* INC_CAN_H_ */
#define UNS8
Unsigned int8 representation in CANFest.
Definition applicfg.h:25
#define UNS16
Unsigned int16 representation in CANFest.
Definition applicfg.h:26
Definition can.h:13
UNS16 cob_id
Definition can.h:14
UNS8 rtr
Definition can.h:15
UNS8 len
Definition can.h:16