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
13
typedef
struct
{
14
UNS16
cob_id
;
15
UNS8
rtr
;
16
UNS8
len
;
17
UNS8
data[8];
18
}
Message
;
19
20
#define Message_Initializer {0,0,0,{0,0,0,0,0,0,0,0}}
21
22
typedef
UNS8
(*canSend_t)(
Message
*);
23
24
#endif
/* INC_CAN_H_ */
applicfg.h
UNS8
#define UNS8
Unsigned int8 representation in CANFest.
Definition
applicfg.h:25
UNS16
#define UNS16
Unsigned int16 representation in CANFest.
Definition
applicfg.h:26
Message
Definition
can.h:13
Message::cob_id
UNS16 cob_id
Definition
can.h:14
Message::rtr
UNS8 rtr
Definition
can.h:15
Message::len
UNS8 len
Definition
can.h:16
Core
Inc
can.h
Generated by
1.12.0