TMS320F28335 Library  1.0
Documentation
_CanMailbox Struct Reference

CAN Mailbox Strucutre for instantiation of CAN-Mailboxes. More...

#include <can.h>

Data Fields

Uint32 Message_ID
 Message Identifier for CAN-Mailbox (standard: 11 Bit, extended: 29 Bit) More...
 
Uint8 extended
 Set standard/extended Identifier-Mode: (standard = 0, extended = 1) More...
 
Uint8 messageLength
 Set amount of bytes to send or receive: (0-8) More...
 
CAN_direction direction
 Set mailbox-direction: CAN_Tx / CAN_Rx. More...
 
Uint8 active
 Activate / Deactivate mailbox: 0 = inactive, 1= active. More...
 

Detailed Description

CAN Mailbox Strucutre for instantiation of CAN-Mailboxes.


Definition at line 19 of file can.h.

Field Documentation

◆ active

Uint8 active

Activate / Deactivate mailbox: 0 = inactive, 1= active.

Definition at line 24 of file can.h.

◆ direction

CAN_direction direction

Set mailbox-direction: CAN_Tx / CAN_Rx.

Definition at line 23 of file can.h.

◆ extended

Uint8 extended

Set standard/extended Identifier-Mode: (standard = 0, extended = 1)

Definition at line 21 of file can.h.

◆ Message_ID

Uint32 Message_ID

Message Identifier for CAN-Mailbox (standard: 11 Bit, extended: 29 Bit)

Definition at line 20 of file can.h.

◆ messageLength

Uint8 messageLength

Set amount of bytes to send or receive: (0-8)

Definition at line 22 of file can.h.