|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | bfin_can_mask_regs |
| struct | bfin_can_channel_regs |
| struct | bfin_can_regs |
Macros | |
| #define | TRANSMIT_CHL 24 |
| #define | RECEIVE_STD_CHL 0 |
| #define | RECEIVE_EXT_CHL 4 |
| #define | RECEIVE_RTR_CHL 8 |
| #define | RECEIVE_EXT_RTR_CHL 12 |
| #define | MAX_CHL_NUMBER 32 |
| #define | __BFP(m) u16 m; u16 __pad_##m |
| #define | SRS 0x0001 /* Software Reset */ |
| #define | DNM 0x0002 /* Device Net Mode */ |
| #define | ABO 0x0004 /* Auto-Bus On Enable */ |
| #define | TXPRIO 0x0008 /* TX Priority (Priority/Mailbox*) */ |
| #define | WBA 0x0010 /* Wake-Up On CAN Bus Activity Enable */ |
| #define | SMR 0x0020 /* Sleep Mode Request */ |
| #define | CSR 0x0040 /* CAN Suspend Mode Request */ |
| #define | CCR 0x0080 /* CAN Configuration Mode Request */ |
| #define | WT 0x0001 /* TX Warning Flag */ |
| #define | WR 0x0002 /* RX Warning Flag */ |
| #define | EP 0x0004 /* Error Passive Mode */ |
| #define | EBO 0x0008 /* Error Bus Off Mode */ |
| #define | SMA 0x0020 /* Sleep Mode Acknowledge */ |
| #define | CSA 0x0040 /* Suspend Mode Acknowledge */ |
| #define | CCA 0x0080 /* Configuration Mode Acknowledge */ |
| #define | MBPTR 0x1F00 /* Mailbox Pointer */ |
| #define | TRM 0x4000 /* Transmit Mode */ |
| #define | REC 0x8000 /* Receive Mode */ |
| #define | BRP 0x03FF /* Bit-Rate Pre-Scaler */ |
| #define | TSEG1 0x000F /* Time Segment 1 */ |
| #define | TSEG2 0x0070 /* Time Segment 2 */ |
| #define | SAM 0x0080 /* Sampling */ |
| #define | SJW 0x0300 /* Synchronization Jump Width */ |
| #define | DEC 0x0001 /* Disable CAN Error Counters */ |
| #define | DRI 0x0002 /* Disable CAN RX Input */ |
| #define | DTO 0x0004 /* Disable CAN TX Output */ |
| #define | DIL 0x0008 /* Disable CAN Internal Loop */ |
| #define | MAA 0x0010 /* Mode Auto-Acknowledge Enable */ |
| #define | MRB 0x0020 /* Mode Read Back Enable */ |
| #define | CDE 0x8000 /* CAN Debug Enable */ |
| #define | RXECNT 0x00FF /* Receive Error Counter */ |
| #define | TXECNT 0xFF00 /* Transmit Error Counter */ |
| #define | MBRIRQ 0x0001 /* Mailbox Receive Interrupt */ |
| #define | MBTIRQ 0x0002 /* Mailbox Transmit Interrupt */ |
| #define | GIRQ 0x0004 /* Global Interrupt */ |
| #define | SMACK 0x0008 /* Sleep Mode Acknowledge */ |
| #define | CANTX 0x0040 /* CAN TX Bus Value */ |
| #define | CANRX 0x0080 /* CAN RX Bus Value */ |
| #define | DFC 0xFFFF /* Data Filtering Code (If Enabled) (ID0) */ |
| #define | EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (ID0) */ |
| #define | EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (ID1) */ |
| #define | BASEID 0x1FFC /* Base Identifier */ |
| #define | IDE 0x2000 /* Identifier Extension */ |
| #define | RTR 0x4000 /* Remote Frame Transmission Request */ |
| #define | AME 0x8000 /* Acceptance Mask Enable */ |
| #define | TSV 0xFFFF /* Timestamp */ |
| #define | DLC 0x000F /* Data Length Code */ |
| #define | DFM 0xFFFF /* Data Field Mask (If Enabled) (CAN_AMxxL) */ |
| #define | EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (CAN_AMxxL) */ |
| #define | EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (CAN_AMxxH) */ |
| #define | BASEID 0x1FFC /* Base Identifier */ |
| #define | AMIDE 0x2000 /* Acceptance Mask ID Extension Enable */ |
| #define | FMD 0x4000 /* Full Mask Data Field Enable */ |
| #define | FDF 0x8000 /* Filter On Data Field Enable */ |
| #define | MC0 0x0001 /* Enable Mailbox 0 */ |
| #define | MC1 0x0002 /* Enable Mailbox 1 */ |
| #define | MC2 0x0004 /* Enable Mailbox 2 */ |
| #define | MC3 0x0008 /* Enable Mailbox 3 */ |
| #define | MC4 0x0010 /* Enable Mailbox 4 */ |
| #define | MC5 0x0020 /* Enable Mailbox 5 */ |
| #define | MC6 0x0040 /* Enable Mailbox 6 */ |
| #define | MC7 0x0080 /* Enable Mailbox 7 */ |
| #define | MC8 0x0100 /* Enable Mailbox 8 */ |
| #define | MC9 0x0200 /* Enable Mailbox 9 */ |
| #define | MC10 0x0400 /* Enable Mailbox 10 */ |
| #define | MC11 0x0800 /* Enable Mailbox 11 */ |
| #define | MC12 0x1000 /* Enable Mailbox 12 */ |
| #define | MC13 0x2000 /* Enable Mailbox 13 */ |
| #define | MC14 0x4000 /* Enable Mailbox 14 */ |
| #define | MC15 0x8000 /* Enable Mailbox 15 */ |
| #define | MC16 0x0001 /* Enable Mailbox 16 */ |
| #define | MC17 0x0002 /* Enable Mailbox 17 */ |
| #define | MC18 0x0004 /* Enable Mailbox 18 */ |
| #define | MC19 0x0008 /* Enable Mailbox 19 */ |
| #define | MC20 0x0010 /* Enable Mailbox 20 */ |
| #define | MC21 0x0020 /* Enable Mailbox 21 */ |
| #define | MC22 0x0040 /* Enable Mailbox 22 */ |
| #define | MC23 0x0080 /* Enable Mailbox 23 */ |
| #define | MC24 0x0100 /* Enable Mailbox 24 */ |
| #define | MC25 0x0200 /* Enable Mailbox 25 */ |
| #define | MC26 0x0400 /* Enable Mailbox 26 */ |
| #define | MC27 0x0800 /* Enable Mailbox 27 */ |
| #define | MC28 0x1000 /* Enable Mailbox 28 */ |
| #define | MC29 0x2000 /* Enable Mailbox 29 */ |
| #define | MC30 0x4000 /* Enable Mailbox 30 */ |
| #define | MC31 0x8000 /* Enable Mailbox 31 */ |
| #define | MD0 0x0001 /* Enable Mailbox 0 For Receive */ |
| #define | MD1 0x0002 /* Enable Mailbox 1 For Receive */ |
| #define | MD2 0x0004 /* Enable Mailbox 2 For Receive */ |
| #define | MD3 0x0008 /* Enable Mailbox 3 For Receive */ |
| #define | MD4 0x0010 /* Enable Mailbox 4 For Receive */ |
| #define | MD5 0x0020 /* Enable Mailbox 5 For Receive */ |
| #define | MD6 0x0040 /* Enable Mailbox 6 For Receive */ |
| #define | MD7 0x0080 /* Enable Mailbox 7 For Receive */ |
| #define | MD8 0x0100 /* Enable Mailbox 8 For Receive */ |
| #define | MD9 0x0200 /* Enable Mailbox 9 For Receive */ |
| #define | MD10 0x0400 /* Enable Mailbox 10 For Receive */ |
| #define | MD11 0x0800 /* Enable Mailbox 11 For Receive */ |
| #define | MD12 0x1000 /* Enable Mailbox 12 For Receive */ |
| #define | MD13 0x2000 /* Enable Mailbox 13 For Receive */ |
| #define | MD14 0x4000 /* Enable Mailbox 14 For Receive */ |
| #define | MD15 0x8000 /* Enable Mailbox 15 For Receive */ |
| #define | MD16 0x0001 /* Enable Mailbox 16 For Receive */ |
| #define | MD17 0x0002 /* Enable Mailbox 17 For Receive */ |
| #define | MD18 0x0004 /* Enable Mailbox 18 For Receive */ |
| #define | MD19 0x0008 /* Enable Mailbox 19 For Receive */ |
| #define | MD20 0x0010 /* Enable Mailbox 20 For Receive */ |
| #define | MD21 0x0020 /* Enable Mailbox 21 For Receive */ |
| #define | MD22 0x0040 /* Enable Mailbox 22 For Receive */ |
| #define | MD23 0x0080 /* Enable Mailbox 23 For Receive */ |
| #define | MD24 0x0100 /* Enable Mailbox 24 For Receive */ |
| #define | MD25 0x0200 /* Enable Mailbox 25 For Receive */ |
| #define | MD26 0x0400 /* Enable Mailbox 26 For Receive */ |
| #define | MD27 0x0800 /* Enable Mailbox 27 For Receive */ |
| #define | MD28 0x1000 /* Enable Mailbox 28 For Receive */ |
| #define | MD29 0x2000 /* Enable Mailbox 29 For Receive */ |
| #define | MD30 0x4000 /* Enable Mailbox 30 For Receive */ |
| #define | MD31 0x8000 /* Enable Mailbox 31 For Receive */ |
| #define | RMP0 0x0001 /* RX Message Pending In Mailbox 0 */ |
| #define | RMP1 0x0002 /* RX Message Pending In Mailbox 1 */ |
| #define | RMP2 0x0004 /* RX Message Pending In Mailbox 2 */ |
| #define | RMP3 0x0008 /* RX Message Pending In Mailbox 3 */ |
| #define | RMP4 0x0010 /* RX Message Pending In Mailbox 4 */ |
| #define | RMP5 0x0020 /* RX Message Pending In Mailbox 5 */ |
| #define | RMP6 0x0040 /* RX Message Pending In Mailbox 6 */ |
| #define | RMP7 0x0080 /* RX Message Pending In Mailbox 7 */ |
| #define | RMP8 0x0100 /* RX Message Pending In Mailbox 8 */ |
| #define | RMP9 0x0200 /* RX Message Pending In Mailbox 9 */ |
| #define | RMP10 0x0400 /* RX Message Pending In Mailbox 10 */ |
| #define | RMP11 0x0800 /* RX Message Pending In Mailbox 11 */ |
| #define | RMP12 0x1000 /* RX Message Pending In Mailbox 12 */ |
| #define | RMP13 0x2000 /* RX Message Pending In Mailbox 13 */ |
| #define | RMP14 0x4000 /* RX Message Pending In Mailbox 14 */ |
| #define | RMP15 0x8000 /* RX Message Pending In Mailbox 15 */ |
| #define | RMP16 0x0001 /* RX Message Pending In Mailbox 16 */ |
| #define | RMP17 0x0002 /* RX Message Pending In Mailbox 17 */ |
| #define | RMP18 0x0004 /* RX Message Pending In Mailbox 18 */ |
| #define | RMP19 0x0008 /* RX Message Pending In Mailbox 19 */ |
| #define | RMP20 0x0010 /* RX Message Pending In Mailbox 20 */ |
| #define | RMP21 0x0020 /* RX Message Pending In Mailbox 21 */ |
| #define | RMP22 0x0040 /* RX Message Pending In Mailbox 22 */ |
| #define | RMP23 0x0080 /* RX Message Pending In Mailbox 23 */ |
| #define | RMP24 0x0100 /* RX Message Pending In Mailbox 24 */ |
| #define | RMP25 0x0200 /* RX Message Pending In Mailbox 25 */ |
| #define | RMP26 0x0400 /* RX Message Pending In Mailbox 26 */ |
| #define | RMP27 0x0800 /* RX Message Pending In Mailbox 27 */ |
| #define | RMP28 0x1000 /* RX Message Pending In Mailbox 28 */ |
| #define | RMP29 0x2000 /* RX Message Pending In Mailbox 29 */ |
| #define | RMP30 0x4000 /* RX Message Pending In Mailbox 30 */ |
| #define | RMP31 0x8000 /* RX Message Pending In Mailbox 31 */ |
| #define | RML0 0x0001 /* RX Message Lost In Mailbox 0 */ |
| #define | RML1 0x0002 /* RX Message Lost In Mailbox 1 */ |
| #define | RML2 0x0004 /* RX Message Lost In Mailbox 2 */ |
| #define | RML3 0x0008 /* RX Message Lost In Mailbox 3 */ |
| #define | RML4 0x0010 /* RX Message Lost In Mailbox 4 */ |
| #define | RML5 0x0020 /* RX Message Lost In Mailbox 5 */ |
| #define | RML6 0x0040 /* RX Message Lost In Mailbox 6 */ |
| #define | RML7 0x0080 /* RX Message Lost In Mailbox 7 */ |
| #define | RML8 0x0100 /* RX Message Lost In Mailbox 8 */ |
| #define | RML9 0x0200 /* RX Message Lost In Mailbox 9 */ |
| #define | RML10 0x0400 /* RX Message Lost In Mailbox 10 */ |
| #define | RML11 0x0800 /* RX Message Lost In Mailbox 11 */ |
| #define | RML12 0x1000 /* RX Message Lost In Mailbox 12 */ |
| #define | RML13 0x2000 /* RX Message Lost In Mailbox 13 */ |
| #define | RML14 0x4000 /* RX Message Lost In Mailbox 14 */ |
| #define | RML15 0x8000 /* RX Message Lost In Mailbox 15 */ |
| #define | RML16 0x0001 /* RX Message Lost In Mailbox 16 */ |
| #define | RML17 0x0002 /* RX Message Lost In Mailbox 17 */ |
| #define | RML18 0x0004 /* RX Message Lost In Mailbox 18 */ |
| #define | RML19 0x0008 /* RX Message Lost In Mailbox 19 */ |
| #define | RML20 0x0010 /* RX Message Lost In Mailbox 20 */ |
| #define | RML21 0x0020 /* RX Message Lost In Mailbox 21 */ |
| #define | RML22 0x0040 /* RX Message Lost In Mailbox 22 */ |
| #define | RML23 0x0080 /* RX Message Lost In Mailbox 23 */ |
| #define | RML24 0x0100 /* RX Message Lost In Mailbox 24 */ |
| #define | RML25 0x0200 /* RX Message Lost In Mailbox 25 */ |
| #define | RML26 0x0400 /* RX Message Lost In Mailbox 26 */ |
| #define | RML27 0x0800 /* RX Message Lost In Mailbox 27 */ |
| #define | RML28 0x1000 /* RX Message Lost In Mailbox 28 */ |
| #define | RML29 0x2000 /* RX Message Lost In Mailbox 29 */ |
| #define | RML30 0x4000 /* RX Message Lost In Mailbox 30 */ |
| #define | RML31 0x8000 /* RX Message Lost In Mailbox 31 */ |
| #define | OPSS0 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 0 */ |
| #define | OPSS1 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 1 */ |
| #define | OPSS2 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 2 */ |
| #define | OPSS3 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 3 */ |
| #define | OPSS4 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 4 */ |
| #define | OPSS5 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 5 */ |
| #define | OPSS6 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 6 */ |
| #define | OPSS7 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 7 */ |
| #define | OPSS8 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 8 */ |
| #define | OPSS9 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 9 */ |
| #define | OPSS10 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 10 */ |
| #define | OPSS11 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 11 */ |
| #define | OPSS12 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 12 */ |
| #define | OPSS13 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 13 */ |
| #define | OPSS14 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 14 */ |
| #define | OPSS15 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 15 */ |
| #define | OPSS16 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 16 */ |
| #define | OPSS17 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 17 */ |
| #define | OPSS18 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 18 */ |
| #define | OPSS19 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 19 */ |
| #define | OPSS20 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 20 */ |
| #define | OPSS21 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 21 */ |
| #define | OPSS22 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 22 */ |
| #define | OPSS23 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 23 */ |
| #define | OPSS24 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 24 */ |
| #define | OPSS25 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 25 */ |
| #define | OPSS26 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 26 */ |
| #define | OPSS27 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 27 */ |
| #define | OPSS28 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 28 */ |
| #define | OPSS29 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 29 */ |
| #define | OPSS30 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 30 */ |
| #define | OPSS31 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 31 */ |
| #define | TRR0 0x0001 /* Deny But Don't Lock Access To Mailbox 0 */ |
| #define | TRR1 0x0002 /* Deny But Don't Lock Access To Mailbox 1 */ |
| #define | TRR2 0x0004 /* Deny But Don't Lock Access To Mailbox 2 */ |
| #define | TRR3 0x0008 /* Deny But Don't Lock Access To Mailbox 3 */ |
| #define | TRR4 0x0010 /* Deny But Don't Lock Access To Mailbox 4 */ |
| #define | TRR5 0x0020 /* Deny But Don't Lock Access To Mailbox 5 */ |
| #define | TRR6 0x0040 /* Deny But Don't Lock Access To Mailbox 6 */ |
| #define | TRR7 0x0080 /* Deny But Don't Lock Access To Mailbox 7 */ |
| #define | TRR8 0x0100 /* Deny But Don't Lock Access To Mailbox 8 */ |
| #define | TRR9 0x0200 /* Deny But Don't Lock Access To Mailbox 9 */ |
| #define | TRR10 0x0400 /* Deny But Don't Lock Access To Mailbox 10 */ |
| #define | TRR11 0x0800 /* Deny But Don't Lock Access To Mailbox 11 */ |
| #define | TRR12 0x1000 /* Deny But Don't Lock Access To Mailbox 12 */ |
| #define | TRR13 0x2000 /* Deny But Don't Lock Access To Mailbox 13 */ |
| #define | TRR14 0x4000 /* Deny But Don't Lock Access To Mailbox 14 */ |
| #define | TRR15 0x8000 /* Deny But Don't Lock Access To Mailbox 15 */ |
| #define | TRR16 0x0001 /* Deny But Don't Lock Access To Mailbox 16 */ |
| #define | TRR17 0x0002 /* Deny But Don't Lock Access To Mailbox 17 */ |
| #define | TRR18 0x0004 /* Deny But Don't Lock Access To Mailbox 18 */ |
| #define | TRR19 0x0008 /* Deny But Don't Lock Access To Mailbox 19 */ |
| #define | TRR20 0x0010 /* Deny But Don't Lock Access To Mailbox 20 */ |
| #define | TRR21 0x0020 /* Deny But Don't Lock Access To Mailbox 21 */ |
| #define | TRR22 0x0040 /* Deny But Don't Lock Access To Mailbox 22 */ |
| #define | TRR23 0x0080 /* Deny But Don't Lock Access To Mailbox 23 */ |
| #define | TRR24 0x0100 /* Deny But Don't Lock Access To Mailbox 24 */ |
| #define | TRR25 0x0200 /* Deny But Don't Lock Access To Mailbox 25 */ |
| #define | TRR26 0x0400 /* Deny But Don't Lock Access To Mailbox 26 */ |
| #define | TRR27 0x0800 /* Deny But Don't Lock Access To Mailbox 27 */ |
| #define | TRR28 0x1000 /* Deny But Don't Lock Access To Mailbox 28 */ |
| #define | TRR29 0x2000 /* Deny But Don't Lock Access To Mailbox 29 */ |
| #define | TRR30 0x4000 /* Deny But Don't Lock Access To Mailbox 30 */ |
| #define | TRR31 0x8000 /* Deny But Don't Lock Access To Mailbox 31 */ |
| #define | TRS0 0x0001 /* Remote Frame Request For Mailbox 0 */ |
| #define | TRS1 0x0002 /* Remote Frame Request For Mailbox 1 */ |
| #define | TRS2 0x0004 /* Remote Frame Request For Mailbox 2 */ |
| #define | TRS3 0x0008 /* Remote Frame Request For Mailbox 3 */ |
| #define | TRS4 0x0010 /* Remote Frame Request For Mailbox 4 */ |
| #define | TRS5 0x0020 /* Remote Frame Request For Mailbox 5 */ |
| #define | TRS6 0x0040 /* Remote Frame Request For Mailbox 6 */ |
| #define | TRS7 0x0080 /* Remote Frame Request For Mailbox 7 */ |
| #define | TRS8 0x0100 /* Remote Frame Request For Mailbox 8 */ |
| #define | TRS9 0x0200 /* Remote Frame Request For Mailbox 9 */ |
| #define | TRS10 0x0400 /* Remote Frame Request For Mailbox 10 */ |
| #define | TRS11 0x0800 /* Remote Frame Request For Mailbox 11 */ |
| #define | TRS12 0x1000 /* Remote Frame Request For Mailbox 12 */ |
| #define | TRS13 0x2000 /* Remote Frame Request For Mailbox 13 */ |
| #define | TRS14 0x4000 /* Remote Frame Request For Mailbox 14 */ |
| #define | TRS15 0x8000 /* Remote Frame Request For Mailbox 15 */ |
| #define | TRS16 0x0001 /* Remote Frame Request For Mailbox 16 */ |
| #define | TRS17 0x0002 /* Remote Frame Request For Mailbox 17 */ |
| #define | TRS18 0x0004 /* Remote Frame Request For Mailbox 18 */ |
| #define | TRS19 0x0008 /* Remote Frame Request For Mailbox 19 */ |
| #define | TRS20 0x0010 /* Remote Frame Request For Mailbox 20 */ |
| #define | TRS21 0x0020 /* Remote Frame Request For Mailbox 21 */ |
| #define | TRS22 0x0040 /* Remote Frame Request For Mailbox 22 */ |
| #define | TRS23 0x0080 /* Remote Frame Request For Mailbox 23 */ |
| #define | TRS24 0x0100 /* Remote Frame Request For Mailbox 24 */ |
| #define | TRS25 0x0200 /* Remote Frame Request For Mailbox 25 */ |
| #define | TRS26 0x0400 /* Remote Frame Request For Mailbox 26 */ |
| #define | TRS27 0x0800 /* Remote Frame Request For Mailbox 27 */ |
| #define | TRS28 0x1000 /* Remote Frame Request For Mailbox 28 */ |
| #define | TRS29 0x2000 /* Remote Frame Request For Mailbox 29 */ |
| #define | TRS30 0x4000 /* Remote Frame Request For Mailbox 30 */ |
| #define | TRS31 0x8000 /* Remote Frame Request For Mailbox 31 */ |
| #define | AA0 0x0001 /* Aborted Message In Mailbox 0 */ |
| #define | AA1 0x0002 /* Aborted Message In Mailbox 1 */ |
| #define | AA2 0x0004 /* Aborted Message In Mailbox 2 */ |
| #define | AA3 0x0008 /* Aborted Message In Mailbox 3 */ |
| #define | AA4 0x0010 /* Aborted Message In Mailbox 4 */ |
| #define | AA5 0x0020 /* Aborted Message In Mailbox 5 */ |
| #define | AA6 0x0040 /* Aborted Message In Mailbox 6 */ |
| #define | AA7 0x0080 /* Aborted Message In Mailbox 7 */ |
| #define | AA8 0x0100 /* Aborted Message In Mailbox 8 */ |
| #define | AA9 0x0200 /* Aborted Message In Mailbox 9 */ |
| #define | AA10 0x0400 /* Aborted Message In Mailbox 10 */ |
| #define | AA11 0x0800 /* Aborted Message In Mailbox 11 */ |
| #define | AA12 0x1000 /* Aborted Message In Mailbox 12 */ |
| #define | AA13 0x2000 /* Aborted Message In Mailbox 13 */ |
| #define | AA14 0x4000 /* Aborted Message In Mailbox 14 */ |
| #define | AA15 0x8000 /* Aborted Message In Mailbox 15 */ |
| #define | AA16 0x0001 /* Aborted Message In Mailbox 16 */ |
| #define | AA17 0x0002 /* Aborted Message In Mailbox 17 */ |
| #define | AA18 0x0004 /* Aborted Message In Mailbox 18 */ |
| #define | AA19 0x0008 /* Aborted Message In Mailbox 19 */ |
| #define | AA20 0x0010 /* Aborted Message In Mailbox 20 */ |
| #define | AA21 0x0020 /* Aborted Message In Mailbox 21 */ |
| #define | AA22 0x0040 /* Aborted Message In Mailbox 22 */ |
| #define | AA23 0x0080 /* Aborted Message In Mailbox 23 */ |
| #define | AA24 0x0100 /* Aborted Message In Mailbox 24 */ |
| #define | AA25 0x0200 /* Aborted Message In Mailbox 25 */ |
| #define | AA26 0x0400 /* Aborted Message In Mailbox 26 */ |
| #define | AA27 0x0800 /* Aborted Message In Mailbox 27 */ |
| #define | AA28 0x1000 /* Aborted Message In Mailbox 28 */ |
| #define | AA29 0x2000 /* Aborted Message In Mailbox 29 */ |
| #define | AA30 0x4000 /* Aborted Message In Mailbox 30 */ |
| #define | AA31 0x8000 /* Aborted Message In Mailbox 31 */ |
| #define | TA0 0x0001 /* Transmit Successful From Mailbox 0 */ |
| #define | TA1 0x0002 /* Transmit Successful From Mailbox 1 */ |
| #define | TA2 0x0004 /* Transmit Successful From Mailbox 2 */ |
| #define | TA3 0x0008 /* Transmit Successful From Mailbox 3 */ |
| #define | TA4 0x0010 /* Transmit Successful From Mailbox 4 */ |
| #define | TA5 0x0020 /* Transmit Successful From Mailbox 5 */ |
| #define | TA6 0x0040 /* Transmit Successful From Mailbox 6 */ |
| #define | TA7 0x0080 /* Transmit Successful From Mailbox 7 */ |
| #define | TA8 0x0100 /* Transmit Successful From Mailbox 8 */ |
| #define | TA9 0x0200 /* Transmit Successful From Mailbox 9 */ |
| #define | TA10 0x0400 /* Transmit Successful From Mailbox 10 */ |
| #define | TA11 0x0800 /* Transmit Successful From Mailbox 11 */ |
| #define | TA12 0x1000 /* Transmit Successful From Mailbox 12 */ |
| #define | TA13 0x2000 /* Transmit Successful From Mailbox 13 */ |
| #define | TA14 0x4000 /* Transmit Successful From Mailbox 14 */ |
| #define | TA15 0x8000 /* Transmit Successful From Mailbox 15 */ |
| #define | TA16 0x0001 /* Transmit Successful From Mailbox 16 */ |
| #define | TA17 0x0002 /* Transmit Successful From Mailbox 17 */ |
| #define | TA18 0x0004 /* Transmit Successful From Mailbox 18 */ |
| #define | TA19 0x0008 /* Transmit Successful From Mailbox 19 */ |
| #define | TA20 0x0010 /* Transmit Successful From Mailbox 20 */ |
| #define | TA21 0x0020 /* Transmit Successful From Mailbox 21 */ |
| #define | TA22 0x0040 /* Transmit Successful From Mailbox 22 */ |
| #define | TA23 0x0080 /* Transmit Successful From Mailbox 23 */ |
| #define | TA24 0x0100 /* Transmit Successful From Mailbox 24 */ |
| #define | TA25 0x0200 /* Transmit Successful From Mailbox 25 */ |
| #define | TA26 0x0400 /* Transmit Successful From Mailbox 26 */ |
| #define | TA27 0x0800 /* Transmit Successful From Mailbox 27 */ |
| #define | TA28 0x1000 /* Transmit Successful From Mailbox 28 */ |
| #define | TA29 0x2000 /* Transmit Successful From Mailbox 29 */ |
| #define | TA30 0x4000 /* Transmit Successful From Mailbox 30 */ |
| #define | TA31 0x8000 /* Transmit Successful From Mailbox 31 */ |
| #define | TDPTR 0x001F /* Mailbox To Temporarily Disable */ |
| #define | TDA 0x0040 /* Temporary Disable Acknowledge */ |
| #define | TDR 0x0080 /* Temporary Disable Request */ |
| #define | RFH0 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 0 */ |
| #define | RFH1 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 1 */ |
| #define | RFH2 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 2 */ |
| #define | RFH3 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 3 */ |
| #define | RFH4 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 4 */ |
| #define | RFH5 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 5 */ |
| #define | RFH6 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 6 */ |
| #define | RFH7 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 7 */ |
| #define | RFH8 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 8 */ |
| #define | RFH9 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 9 */ |
| #define | RFH10 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 10 */ |
| #define | RFH11 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 11 */ |
| #define | RFH12 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 12 */ |
| #define | RFH13 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 13 */ |
| #define | RFH14 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 14 */ |
| #define | RFH15 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 15 */ |
| #define | RFH16 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 16 */ |
| #define | RFH17 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 17 */ |
| #define | RFH18 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 18 */ |
| #define | RFH19 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 19 */ |
| #define | RFH20 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 20 */ |
| #define | RFH21 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 21 */ |
| #define | RFH22 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 22 */ |
| #define | RFH23 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 23 */ |
| #define | RFH24 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 24 */ |
| #define | RFH25 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 25 */ |
| #define | RFH26 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 26 */ |
| #define | RFH27 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 27 */ |
| #define | RFH28 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 28 */ |
| #define | RFH29 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 29 */ |
| #define | RFH30 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 30 */ |
| #define | RFH31 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 31 */ |
| #define | MBTIF0 0x0001 /* TX Interrupt Active In Mailbox 0 */ |
| #define | MBTIF1 0x0002 /* TX Interrupt Active In Mailbox 1 */ |
| #define | MBTIF2 0x0004 /* TX Interrupt Active In Mailbox 2 */ |
| #define | MBTIF3 0x0008 /* TX Interrupt Active In Mailbox 3 */ |
| #define | MBTIF4 0x0010 /* TX Interrupt Active In Mailbox 4 */ |
| #define | MBTIF5 0x0020 /* TX Interrupt Active In Mailbox 5 */ |
| #define | MBTIF6 0x0040 /* TX Interrupt Active In Mailbox 6 */ |
| #define | MBTIF7 0x0080 /* TX Interrupt Active In Mailbox 7 */ |
| #define | MBTIF8 0x0100 /* TX Interrupt Active In Mailbox 8 */ |
| #define | MBTIF9 0x0200 /* TX Interrupt Active In Mailbox 9 */ |
| #define | MBTIF10 0x0400 /* TX Interrupt Active In Mailbox 10 */ |
| #define | MBTIF11 0x0800 /* TX Interrupt Active In Mailbox 11 */ |
| #define | MBTIF12 0x1000 /* TX Interrupt Active In Mailbox 12 */ |
| #define | MBTIF13 0x2000 /* TX Interrupt Active In Mailbox 13 */ |
| #define | MBTIF14 0x4000 /* TX Interrupt Active In Mailbox 14 */ |
| #define | MBTIF15 0x8000 /* TX Interrupt Active In Mailbox 15 */ |
| #define | MBTIF16 0x0001 /* TX Interrupt Active In Mailbox 16 */ |
| #define | MBTIF17 0x0002 /* TX Interrupt Active In Mailbox 17 */ |
| #define | MBTIF18 0x0004 /* TX Interrupt Active In Mailbox 18 */ |
| #define | MBTIF19 0x0008 /* TX Interrupt Active In Mailbox 19 */ |
| #define | MBTIF20 0x0010 /* TX Interrupt Active In Mailbox 20 */ |
| #define | MBTIF21 0x0020 /* TX Interrupt Active In Mailbox 21 */ |
| #define | MBTIF22 0x0040 /* TX Interrupt Active In Mailbox 22 */ |
| #define | MBTIF23 0x0080 /* TX Interrupt Active In Mailbox 23 */ |
| #define | MBTIF24 0x0100 /* TX Interrupt Active In Mailbox 24 */ |
| #define | MBTIF25 0x0200 /* TX Interrupt Active In Mailbox 25 */ |
| #define | MBTIF26 0x0400 /* TX Interrupt Active In Mailbox 26 */ |
| #define | MBTIF27 0x0800 /* TX Interrupt Active In Mailbox 27 */ |
| #define | MBTIF28 0x1000 /* TX Interrupt Active In Mailbox 28 */ |
| #define | MBTIF29 0x2000 /* TX Interrupt Active In Mailbox 29 */ |
| #define | MBTIF30 0x4000 /* TX Interrupt Active In Mailbox 30 */ |
| #define | MBTIF31 0x8000 /* TX Interrupt Active In Mailbox 31 */ |
| #define | MBRIF0 0x0001 /* RX Interrupt Active In Mailbox 0 */ |
| #define | MBRIF1 0x0002 /* RX Interrupt Active In Mailbox 1 */ |
| #define | MBRIF2 0x0004 /* RX Interrupt Active In Mailbox 2 */ |
| #define | MBRIF3 0x0008 /* RX Interrupt Active In Mailbox 3 */ |
| #define | MBRIF4 0x0010 /* RX Interrupt Active In Mailbox 4 */ |
| #define | MBRIF5 0x0020 /* RX Interrupt Active In Mailbox 5 */ |
| #define | MBRIF6 0x0040 /* RX Interrupt Active In Mailbox 6 */ |
| #define | MBRIF7 0x0080 /* RX Interrupt Active In Mailbox 7 */ |
| #define | MBRIF8 0x0100 /* RX Interrupt Active In Mailbox 8 */ |
| #define | MBRIF9 0x0200 /* RX Interrupt Active In Mailbox 9 */ |
| #define | MBRIF10 0x0400 /* RX Interrupt Active In Mailbox 10 */ |
| #define | MBRIF11 0x0800 /* RX Interrupt Active In Mailbox 11 */ |
| #define | MBRIF12 0x1000 /* RX Interrupt Active In Mailbox 12 */ |
| #define | MBRIF13 0x2000 /* RX Interrupt Active In Mailbox 13 */ |
| #define | MBRIF14 0x4000 /* RX Interrupt Active In Mailbox 14 */ |
| #define | MBRIF15 0x8000 /* RX Interrupt Active In Mailbox 15 */ |
| #define | MBRIF16 0x0001 /* RX Interrupt Active In Mailbox 16 */ |
| #define | MBRIF17 0x0002 /* RX Interrupt Active In Mailbox 17 */ |
| #define | MBRIF18 0x0004 /* RX Interrupt Active In Mailbox 18 */ |
| #define | MBRIF19 0x0008 /* RX Interrupt Active In Mailbox 19 */ |
| #define | MBRIF20 0x0010 /* RX Interrupt Active In Mailbox 20 */ |
| #define | MBRIF21 0x0020 /* RX Interrupt Active In Mailbox 21 */ |
| #define | MBRIF22 0x0040 /* RX Interrupt Active In Mailbox 22 */ |
| #define | MBRIF23 0x0080 /* RX Interrupt Active In Mailbox 23 */ |
| #define | MBRIF24 0x0100 /* RX Interrupt Active In Mailbox 24 */ |
| #define | MBRIF25 0x0200 /* RX Interrupt Active In Mailbox 25 */ |
| #define | MBRIF26 0x0400 /* RX Interrupt Active In Mailbox 26 */ |
| #define | MBRIF27 0x0800 /* RX Interrupt Active In Mailbox 27 */ |
| #define | MBRIF28 0x1000 /* RX Interrupt Active In Mailbox 28 */ |
| #define | MBRIF29 0x2000 /* RX Interrupt Active In Mailbox 29 */ |
| #define | MBRIF30 0x4000 /* RX Interrupt Active In Mailbox 30 */ |
| #define | MBRIF31 0x8000 /* RX Interrupt Active In Mailbox 31 */ |
| #define | MBIM0 0x0001 /* Enable Interrupt For Mailbox 0 */ |
| #define | MBIM1 0x0002 /* Enable Interrupt For Mailbox 1 */ |
| #define | MBIM2 0x0004 /* Enable Interrupt For Mailbox 2 */ |
| #define | MBIM3 0x0008 /* Enable Interrupt For Mailbox 3 */ |
| #define | MBIM4 0x0010 /* Enable Interrupt For Mailbox 4 */ |
| #define | MBIM5 0x0020 /* Enable Interrupt For Mailbox 5 */ |
| #define | MBIM6 0x0040 /* Enable Interrupt For Mailbox 6 */ |
| #define | MBIM7 0x0080 /* Enable Interrupt For Mailbox 7 */ |
| #define | MBIM8 0x0100 /* Enable Interrupt For Mailbox 8 */ |
| #define | MBIM9 0x0200 /* Enable Interrupt For Mailbox 9 */ |
| #define | MBIM10 0x0400 /* Enable Interrupt For Mailbox 10 */ |
| #define | MBIM11 0x0800 /* Enable Interrupt For Mailbox 11 */ |
| #define | MBIM12 0x1000 /* Enable Interrupt For Mailbox 12 */ |
| #define | MBIM13 0x2000 /* Enable Interrupt For Mailbox 13 */ |
| #define | MBIM14 0x4000 /* Enable Interrupt For Mailbox 14 */ |
| #define | MBIM15 0x8000 /* Enable Interrupt For Mailbox 15 */ |
| #define | MBIM16 0x0001 /* Enable Interrupt For Mailbox 16 */ |
| #define | MBIM17 0x0002 /* Enable Interrupt For Mailbox 17 */ |
| #define | MBIM18 0x0004 /* Enable Interrupt For Mailbox 18 */ |
| #define | MBIM19 0x0008 /* Enable Interrupt For Mailbox 19 */ |
| #define | MBIM20 0x0010 /* Enable Interrupt For Mailbox 20 */ |
| #define | MBIM21 0x0020 /* Enable Interrupt For Mailbox 21 */ |
| #define | MBIM22 0x0040 /* Enable Interrupt For Mailbox 22 */ |
| #define | MBIM23 0x0080 /* Enable Interrupt For Mailbox 23 */ |
| #define | MBIM24 0x0100 /* Enable Interrupt For Mailbox 24 */ |
| #define | MBIM25 0x0200 /* Enable Interrupt For Mailbox 25 */ |
| #define | MBIM26 0x0400 /* Enable Interrupt For Mailbox 26 */ |
| #define | MBIM27 0x0800 /* Enable Interrupt For Mailbox 27 */ |
| #define | MBIM28 0x1000 /* Enable Interrupt For Mailbox 28 */ |
| #define | MBIM29 0x2000 /* Enable Interrupt For Mailbox 29 */ |
| #define | MBIM30 0x4000 /* Enable Interrupt For Mailbox 30 */ |
| #define | MBIM31 0x8000 /* Enable Interrupt For Mailbox 31 */ |
| #define | EWTIM 0x0001 /* Enable TX Error Count Interrupt */ |
| #define | EWRIM 0x0002 /* Enable RX Error Count Interrupt */ |
| #define | EPIM 0x0004 /* Enable Error-Passive Mode Interrupt */ |
| #define | BOIM 0x0008 /* Enable Bus Off Interrupt */ |
| #define | WUIM 0x0010 /* Enable Wake-Up Interrupt */ |
| #define | UIAIM 0x0020 /* Enable Access To Unimplemented Address Interrupt */ |
| #define | AAIM 0x0040 /* Enable Abort Acknowledge Interrupt */ |
| #define | RMLIM 0x0080 /* Enable RX Message Lost Interrupt */ |
| #define | UCEIM 0x0100 /* Enable Universal Counter Overflow Interrupt */ |
| #define | EXTIM 0x0200 /* Enable External Trigger Output Interrupt */ |
| #define | ADIM 0x0400 /* Enable Access Denied Interrupt */ |
| #define | EWTIS 0x0001 /* TX Error Count IRQ Status */ |
| #define | EWRIS 0x0002 /* RX Error Count IRQ Status */ |
| #define | EPIS 0x0004 /* Error-Passive Mode IRQ Status */ |
| #define | BOIS 0x0008 /* Bus Off IRQ Status */ |
| #define | WUIS 0x0010 /* Wake-Up IRQ Status */ |
| #define | UIAIS 0x0020 /* Access To Unimplemented Address IRQ Status */ |
| #define | AAIS 0x0040 /* Abort Acknowledge IRQ Status */ |
| #define | RMLIS 0x0080 /* RX Message Lost IRQ Status */ |
| #define | UCEIS 0x0100 /* Universal Counter Overflow IRQ Status */ |
| #define | EXTIS 0x0200 /* External Trigger Output IRQ Status */ |
| #define | ADIS 0x0400 /* Access Denied IRQ Status */ |
| #define | EWTIF 0x0001 /* TX Error Count IRQ Flag */ |
| #define | EWRIF 0x0002 /* RX Error Count IRQ Flag */ |
| #define | EPIF 0x0004 /* Error-Passive Mode IRQ Flag */ |
| #define | BOIF 0x0008 /* Bus Off IRQ Flag */ |
| #define | WUIF 0x0010 /* Wake-Up IRQ Flag */ |
| #define | UIAIF 0x0020 /* Access To Unimplemented Address IRQ Flag */ |
| #define | AAIF 0x0040 /* Abort Acknowledge IRQ Flag */ |
| #define | RMLIF 0x0080 /* RX Message Lost IRQ Flag */ |
| #define | UCEIF 0x0100 /* Universal Counter Overflow IRQ Flag */ |
| #define | EXTIF 0x0200 /* External Trigger Output IRQ Flag */ |
| #define | ADIF 0x0400 /* Access Denied IRQ Flag */ |
| #define | UCCNF 0x000F /* Universal Counter Mode */ |
| #define | UC_STAMP 0x0001 /* Timestamp Mode */ |
| #define | UC_WDOG 0x0002 /* Watchdog Mode */ |
| #define | UC_AUTOTX 0x0003 /* Auto-Transmit Mode */ |
| #define | UC_ERROR 0x0006 /* CAN Error Frame Count */ |
| #define | UC_OVER 0x0007 /* CAN Overload Frame Count */ |
| #define | UC_LOST 0x0008 /* Arbitration Lost During TX Count */ |
| #define | UC_AA 0x0009 /* TX Abort Count */ |
| #define | UC_TA 0x000A /* TX Successful Count */ |
| #define | UC_REJECT 0x000B /* RX Message Rejected Count */ |
| #define | UC_RML 0x000C /* RX Message Lost Count */ |
| #define | UC_RX 0x000D /* Total Successful RX Messages Count */ |
| #define | UC_RMP 0x000E /* Successful RX W/Matching ID Count */ |
| #define | UC_ALL 0x000F /* Correct Message On CAN Bus Line Count */ |
| #define | UCRC 0x0020 /* Universal Counter Reload/Clear */ |
| #define | UCCT 0x0040 /* Universal Counter CAN Trigger */ |
| #define | UCE 0x0080 /* Universal Counter Enable */ |
| #define | ACKE 0x0004 /* Acknowledge Error */ |
| #define | SER 0x0008 /* Stuff Error */ |
| #define | CRCE 0x0010 /* CRC Error */ |
| #define | SA0 0x0020 /* Stuck At Dominant Error */ |
| #define | BEF 0x0040 /* Bit Error Flag */ |
| #define | FER 0x0080 /* Form Error Flag */ |
| #define | EWLREC 0x00FF /* RX Error Count Limit (For EWRIS) */ |
| #define | EWLTEC 0xFF00 /* TX Error Count Limit (For EWTIS) */ |
| #define AA0 0x0001 /* Aborted Message In Mailbox 0 */ |
Definition at line 438 of file bfin_can.h.
| #define AA1 0x0002 /* Aborted Message In Mailbox 1 */ |
Definition at line 439 of file bfin_can.h.
| #define AA10 0x0400 /* Aborted Message In Mailbox 10 */ |
Definition at line 448 of file bfin_can.h.
| #define AA11 0x0800 /* Aborted Message In Mailbox 11 */ |
Definition at line 449 of file bfin_can.h.
| #define AA12 0x1000 /* Aborted Message In Mailbox 12 */ |
Definition at line 450 of file bfin_can.h.
| #define AA13 0x2000 /* Aborted Message In Mailbox 13 */ |
Definition at line 451 of file bfin_can.h.
| #define AA14 0x4000 /* Aborted Message In Mailbox 14 */ |
Definition at line 452 of file bfin_can.h.
| #define AA15 0x8000 /* Aborted Message In Mailbox 15 */ |
Definition at line 453 of file bfin_can.h.
| #define AA16 0x0001 /* Aborted Message In Mailbox 16 */ |
Definition at line 456 of file bfin_can.h.
| #define AA17 0x0002 /* Aborted Message In Mailbox 17 */ |
Definition at line 457 of file bfin_can.h.
| #define AA18 0x0004 /* Aborted Message In Mailbox 18 */ |
Definition at line 458 of file bfin_can.h.
| #define AA19 0x0008 /* Aborted Message In Mailbox 19 */ |
Definition at line 459 of file bfin_can.h.
| #define AA2 0x0004 /* Aborted Message In Mailbox 2 */ |
Definition at line 440 of file bfin_can.h.
| #define AA20 0x0010 /* Aborted Message In Mailbox 20 */ |
Definition at line 460 of file bfin_can.h.
| #define AA21 0x0020 /* Aborted Message In Mailbox 21 */ |
Definition at line 461 of file bfin_can.h.
| #define AA22 0x0040 /* Aborted Message In Mailbox 22 */ |
Definition at line 462 of file bfin_can.h.
| #define AA23 0x0080 /* Aborted Message In Mailbox 23 */ |
Definition at line 463 of file bfin_can.h.
| #define AA24 0x0100 /* Aborted Message In Mailbox 24 */ |
Definition at line 464 of file bfin_can.h.
| #define AA25 0x0200 /* Aborted Message In Mailbox 25 */ |
Definition at line 465 of file bfin_can.h.
| #define AA26 0x0400 /* Aborted Message In Mailbox 26 */ |
Definition at line 466 of file bfin_can.h.
| #define AA27 0x0800 /* Aborted Message In Mailbox 27 */ |
Definition at line 467 of file bfin_can.h.
| #define AA28 0x1000 /* Aborted Message In Mailbox 28 */ |
Definition at line 468 of file bfin_can.h.
| #define AA29 0x2000 /* Aborted Message In Mailbox 29 */ |
Definition at line 469 of file bfin_can.h.
| #define AA3 0x0008 /* Aborted Message In Mailbox 3 */ |
Definition at line 441 of file bfin_can.h.
| #define AA30 0x4000 /* Aborted Message In Mailbox 30 */ |
Definition at line 470 of file bfin_can.h.
| #define AA31 0x8000 /* Aborted Message In Mailbox 31 */ |
Definition at line 471 of file bfin_can.h.
| #define AA4 0x0010 /* Aborted Message In Mailbox 4 */ |
Definition at line 442 of file bfin_can.h.
| #define AA5 0x0020 /* Aborted Message In Mailbox 5 */ |
Definition at line 443 of file bfin_can.h.
| #define AA6 0x0040 /* Aborted Message In Mailbox 6 */ |
Definition at line 444 of file bfin_can.h.
| #define AA7 0x0080 /* Aborted Message In Mailbox 7 */ |
Definition at line 445 of file bfin_can.h.
| #define AA8 0x0100 /* Aborted Message In Mailbox 8 */ |
Definition at line 446 of file bfin_can.h.
| #define AA9 0x0200 /* Aborted Message In Mailbox 9 */ |
Definition at line 447 of file bfin_can.h.
| #define AAIF 0x0040 /* Abort Acknowledge IRQ Flag */ |
Definition at line 691 of file bfin_can.h.
| #define AAIM 0x0040 /* Enable Abort Acknowledge Interrupt */ |
Definition at line 665 of file bfin_can.h.
| #define AAIS 0x0040 /* Abort Acknowledge IRQ Status */ |
Definition at line 678 of file bfin_can.h.
| #define ABO 0x0004 /* Auto-Bus On Enable */ |
Definition at line 112 of file bfin_can.h.
| #define ACKE 0x0004 /* Acknowledge Error */ |
Definition at line 717 of file bfin_can.h.
| #define ADIF 0x0400 /* Access Denied IRQ Flag */ |
Definition at line 695 of file bfin_can.h.
| #define ADIM 0x0400 /* Enable Access Denied Interrupt */ |
Definition at line 669 of file bfin_can.h.
| #define ADIS 0x0400 /* Access Denied IRQ Status */ |
Definition at line 682 of file bfin_can.h.
| #define AME 0x8000 /* Acceptance Mask Enable */ |
Definition at line 168 of file bfin_can.h.
| #define AMIDE 0x2000 /* Acceptance Mask ID Extension Enable */ |
Definition at line 181 of file bfin_can.h.
| #define BASEID 0x1FFC /* Base Identifier */ |
Definition at line 180 of file bfin_can.h.
| #define BASEID 0x1FFC /* Base Identifier */ |
Definition at line 180 of file bfin_can.h.
| #define BEF 0x0040 /* Bit Error Flag */ |
Definition at line 721 of file bfin_can.h.
| #define BOIF 0x0008 /* Bus Off IRQ Flag */ |
Definition at line 688 of file bfin_can.h.
| #define BOIM 0x0008 /* Enable Bus Off Interrupt */ |
Definition at line 662 of file bfin_can.h.
| #define BOIS 0x0008 /* Bus Off IRQ Status */ |
Definition at line 675 of file bfin_can.h.
| #define BRP 0x03FF /* Bit-Rate Pre-Scaler */ |
Definition at line 132 of file bfin_can.h.
| #define CANRX 0x0080 /* CAN RX Bus Value */ |
Definition at line 159 of file bfin_can.h.
| #define CANTX 0x0040 /* CAN TX Bus Value */ |
Definition at line 158 of file bfin_can.h.
| #define CCA 0x0080 /* Configuration Mode Acknowledge */ |
Definition at line 126 of file bfin_can.h.
| #define CCR 0x0080 /* CAN Configuration Mode Request */ |
Definition at line 117 of file bfin_can.h.
| #define CDE 0x8000 /* CAN Debug Enable */ |
Definition at line 147 of file bfin_can.h.
| #define CRCE 0x0010 /* CRC Error */ |
Definition at line 719 of file bfin_can.h.
| #define CSA 0x0040 /* Suspend Mode Acknowledge */ |
Definition at line 125 of file bfin_can.h.
| #define CSR 0x0040 /* CAN Suspend Mode Request */ |
Definition at line 116 of file bfin_can.h.
| #define DEC 0x0001 /* Disable CAN Error Counters */ |
Definition at line 141 of file bfin_can.h.
| #define DFC 0xFFFF /* Data Filtering Code (If Enabled) (ID0) */ |
Definition at line 162 of file bfin_can.h.
| #define DFM 0xFFFF /* Data Field Mask (If Enabled) (CAN_AMxxL) */ |
Definition at line 177 of file bfin_can.h.
| #define DIL 0x0008 /* Disable CAN Internal Loop */ |
Definition at line 144 of file bfin_can.h.
| #define DLC 0x000F /* Data Length Code */ |
Definition at line 174 of file bfin_can.h.
| #define DNM 0x0002 /* Device Net Mode */ |
Definition at line 111 of file bfin_can.h.
| #define DRI 0x0002 /* Disable CAN RX Input */ |
Definition at line 142 of file bfin_can.h.
| #define DTO 0x0004 /* Disable CAN TX Output */ |
Definition at line 143 of file bfin_can.h.
| #define EBO 0x0008 /* Error Bus Off Mode */ |
Definition at line 123 of file bfin_can.h.
| #define EP 0x0004 /* Error Passive Mode */ |
Definition at line 122 of file bfin_can.h.
| #define EPIF 0x0004 /* Error-Passive Mode IRQ Flag */ |
Definition at line 687 of file bfin_can.h.
| #define EPIM 0x0004 /* Enable Error-Passive Mode Interrupt */ |
Definition at line 661 of file bfin_can.h.
| #define EPIS 0x0004 /* Error-Passive Mode IRQ Status */ |
Definition at line 674 of file bfin_can.h.
| #define EWLREC 0x00FF /* RX Error Count Limit (For EWRIS) */ |
Definition at line 725 of file bfin_can.h.
| #define EWLTEC 0xFF00 /* TX Error Count Limit (For EWTIS) */ |
Definition at line 726 of file bfin_can.h.
| #define EWRIF 0x0002 /* RX Error Count IRQ Flag */ |
Definition at line 686 of file bfin_can.h.
| #define EWRIM 0x0002 /* Enable RX Error Count Interrupt */ |
Definition at line 660 of file bfin_can.h.
| #define EWRIS 0x0002 /* RX Error Count IRQ Status */ |
Definition at line 673 of file bfin_can.h.
| #define EWTIF 0x0001 /* TX Error Count IRQ Flag */ |
Definition at line 685 of file bfin_can.h.
| #define EWTIM 0x0001 /* Enable TX Error Count Interrupt */ |
Definition at line 659 of file bfin_can.h.
| #define EWTIS 0x0001 /* TX Error Count IRQ Status */ |
Definition at line 672 of file bfin_can.h.
| #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (ID1) */ |
Definition at line 179 of file bfin_can.h.
| #define EXTID_HI 0x0003 /* Upper 2 Bits of Extended Identifier (CAN_AMxxH) */ |
Definition at line 179 of file bfin_can.h.
| #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (ID0) */ |
Definition at line 178 of file bfin_can.h.
| #define EXTID_LO 0xFFFF /* Lower 16 Bits of Extended Identifier (CAN_AMxxL) */ |
Definition at line 178 of file bfin_can.h.
| #define EXTIF 0x0200 /* External Trigger Output IRQ Flag */ |
Definition at line 694 of file bfin_can.h.
| #define EXTIM 0x0200 /* Enable External Trigger Output Interrupt */ |
Definition at line 668 of file bfin_can.h.
| #define EXTIS 0x0200 /* External Trigger Output IRQ Status */ |
Definition at line 681 of file bfin_can.h.
| #define FDF 0x8000 /* Filter On Data Field Enable */ |
Definition at line 183 of file bfin_can.h.
| #define FER 0x0080 /* Form Error Flag */ |
Definition at line 722 of file bfin_can.h.
| #define FMD 0x4000 /* Full Mask Data Field Enable */ |
Definition at line 182 of file bfin_can.h.
| #define GIRQ 0x0004 /* Global Interrupt */ |
Definition at line 156 of file bfin_can.h.
| #define IDE 0x2000 /* Identifier Extension */ |
Definition at line 166 of file bfin_can.h.
| #define MAA 0x0010 /* Mode Auto-Acknowledge Enable */ |
Definition at line 145 of file bfin_can.h.
| #define MAX_CHL_NUMBER 32 |
Definition at line 20 of file bfin_can.h.
| #define MBIM0 0x0001 /* Enable Interrupt For Mailbox 0 */ |
Definition at line 623 of file bfin_can.h.
| #define MBIM1 0x0002 /* Enable Interrupt For Mailbox 1 */ |
Definition at line 624 of file bfin_can.h.
| #define MBIM10 0x0400 /* Enable Interrupt For Mailbox 10 */ |
Definition at line 633 of file bfin_can.h.
| #define MBIM11 0x0800 /* Enable Interrupt For Mailbox 11 */ |
Definition at line 634 of file bfin_can.h.
| #define MBIM12 0x1000 /* Enable Interrupt For Mailbox 12 */ |
Definition at line 635 of file bfin_can.h.
| #define MBIM13 0x2000 /* Enable Interrupt For Mailbox 13 */ |
Definition at line 636 of file bfin_can.h.
| #define MBIM14 0x4000 /* Enable Interrupt For Mailbox 14 */ |
Definition at line 637 of file bfin_can.h.
| #define MBIM15 0x8000 /* Enable Interrupt For Mailbox 15 */ |
Definition at line 638 of file bfin_can.h.
| #define MBIM16 0x0001 /* Enable Interrupt For Mailbox 16 */ |
Definition at line 641 of file bfin_can.h.
| #define MBIM17 0x0002 /* Enable Interrupt For Mailbox 17 */ |
Definition at line 642 of file bfin_can.h.
| #define MBIM18 0x0004 /* Enable Interrupt For Mailbox 18 */ |
Definition at line 643 of file bfin_can.h.
| #define MBIM19 0x0008 /* Enable Interrupt For Mailbox 19 */ |
Definition at line 644 of file bfin_can.h.
| #define MBIM2 0x0004 /* Enable Interrupt For Mailbox 2 */ |
Definition at line 625 of file bfin_can.h.
| #define MBIM20 0x0010 /* Enable Interrupt For Mailbox 20 */ |
Definition at line 645 of file bfin_can.h.
| #define MBIM21 0x0020 /* Enable Interrupt For Mailbox 21 */ |
Definition at line 646 of file bfin_can.h.
| #define MBIM22 0x0040 /* Enable Interrupt For Mailbox 22 */ |
Definition at line 647 of file bfin_can.h.
| #define MBIM23 0x0080 /* Enable Interrupt For Mailbox 23 */ |
Definition at line 648 of file bfin_can.h.
| #define MBIM24 0x0100 /* Enable Interrupt For Mailbox 24 */ |
Definition at line 649 of file bfin_can.h.
| #define MBIM25 0x0200 /* Enable Interrupt For Mailbox 25 */ |
Definition at line 650 of file bfin_can.h.
| #define MBIM26 0x0400 /* Enable Interrupt For Mailbox 26 */ |
Definition at line 651 of file bfin_can.h.
| #define MBIM27 0x0800 /* Enable Interrupt For Mailbox 27 */ |
Definition at line 652 of file bfin_can.h.
| #define MBIM28 0x1000 /* Enable Interrupt For Mailbox 28 */ |
Definition at line 653 of file bfin_can.h.
| #define MBIM29 0x2000 /* Enable Interrupt For Mailbox 29 */ |
Definition at line 654 of file bfin_can.h.
| #define MBIM3 0x0008 /* Enable Interrupt For Mailbox 3 */ |
Definition at line 626 of file bfin_can.h.
| #define MBIM30 0x4000 /* Enable Interrupt For Mailbox 30 */ |
Definition at line 655 of file bfin_can.h.
| #define MBIM31 0x8000 /* Enable Interrupt For Mailbox 31 */ |
Definition at line 656 of file bfin_can.h.
| #define MBIM4 0x0010 /* Enable Interrupt For Mailbox 4 */ |
Definition at line 627 of file bfin_can.h.
| #define MBIM5 0x0020 /* Enable Interrupt For Mailbox 5 */ |
Definition at line 628 of file bfin_can.h.
| #define MBIM6 0x0040 /* Enable Interrupt For Mailbox 6 */ |
Definition at line 629 of file bfin_can.h.
| #define MBIM7 0x0080 /* Enable Interrupt For Mailbox 7 */ |
Definition at line 630 of file bfin_can.h.
| #define MBIM8 0x0100 /* Enable Interrupt For Mailbox 8 */ |
Definition at line 631 of file bfin_can.h.
| #define MBIM9 0x0200 /* Enable Interrupt For Mailbox 9 */ |
Definition at line 632 of file bfin_can.h.
| #define MBPTR 0x1F00 /* Mailbox Pointer */ |
Definition at line 127 of file bfin_can.h.
| #define MBRIF0 0x0001 /* RX Interrupt Active In Mailbox 0 */ |
Definition at line 587 of file bfin_can.h.
| #define MBRIF1 0x0002 /* RX Interrupt Active In Mailbox 1 */ |
Definition at line 588 of file bfin_can.h.
| #define MBRIF10 0x0400 /* RX Interrupt Active In Mailbox 10 */ |
Definition at line 597 of file bfin_can.h.
| #define MBRIF11 0x0800 /* RX Interrupt Active In Mailbox 11 */ |
Definition at line 598 of file bfin_can.h.
| #define MBRIF12 0x1000 /* RX Interrupt Active In Mailbox 12 */ |
Definition at line 599 of file bfin_can.h.
| #define MBRIF13 0x2000 /* RX Interrupt Active In Mailbox 13 */ |
Definition at line 600 of file bfin_can.h.
| #define MBRIF14 0x4000 /* RX Interrupt Active In Mailbox 14 */ |
Definition at line 601 of file bfin_can.h.
| #define MBRIF15 0x8000 /* RX Interrupt Active In Mailbox 15 */ |
Definition at line 602 of file bfin_can.h.
| #define MBRIF16 0x0001 /* RX Interrupt Active In Mailbox 16 */ |
Definition at line 605 of file bfin_can.h.
| #define MBRIF17 0x0002 /* RX Interrupt Active In Mailbox 17 */ |
Definition at line 606 of file bfin_can.h.
| #define MBRIF18 0x0004 /* RX Interrupt Active In Mailbox 18 */ |
Definition at line 607 of file bfin_can.h.
| #define MBRIF19 0x0008 /* RX Interrupt Active In Mailbox 19 */ |
Definition at line 608 of file bfin_can.h.
| #define MBRIF2 0x0004 /* RX Interrupt Active In Mailbox 2 */ |
Definition at line 589 of file bfin_can.h.
| #define MBRIF20 0x0010 /* RX Interrupt Active In Mailbox 20 */ |
Definition at line 609 of file bfin_can.h.
| #define MBRIF21 0x0020 /* RX Interrupt Active In Mailbox 21 */ |
Definition at line 610 of file bfin_can.h.
| #define MBRIF22 0x0040 /* RX Interrupt Active In Mailbox 22 */ |
Definition at line 611 of file bfin_can.h.
| #define MBRIF23 0x0080 /* RX Interrupt Active In Mailbox 23 */ |
Definition at line 612 of file bfin_can.h.
| #define MBRIF24 0x0100 /* RX Interrupt Active In Mailbox 24 */ |
Definition at line 613 of file bfin_can.h.
| #define MBRIF25 0x0200 /* RX Interrupt Active In Mailbox 25 */ |
Definition at line 614 of file bfin_can.h.
| #define MBRIF26 0x0400 /* RX Interrupt Active In Mailbox 26 */ |
Definition at line 615 of file bfin_can.h.
| #define MBRIF27 0x0800 /* RX Interrupt Active In Mailbox 27 */ |
Definition at line 616 of file bfin_can.h.
| #define MBRIF28 0x1000 /* RX Interrupt Active In Mailbox 28 */ |
Definition at line 617 of file bfin_can.h.
| #define MBRIF29 0x2000 /* RX Interrupt Active In Mailbox 29 */ |
Definition at line 618 of file bfin_can.h.
| #define MBRIF3 0x0008 /* RX Interrupt Active In Mailbox 3 */ |
Definition at line 590 of file bfin_can.h.
| #define MBRIF30 0x4000 /* RX Interrupt Active In Mailbox 30 */ |
Definition at line 619 of file bfin_can.h.
| #define MBRIF31 0x8000 /* RX Interrupt Active In Mailbox 31 */ |
Definition at line 620 of file bfin_can.h.
| #define MBRIF4 0x0010 /* RX Interrupt Active In Mailbox 4 */ |
Definition at line 591 of file bfin_can.h.
| #define MBRIF5 0x0020 /* RX Interrupt Active In Mailbox 5 */ |
Definition at line 592 of file bfin_can.h.
| #define MBRIF6 0x0040 /* RX Interrupt Active In Mailbox 6 */ |
Definition at line 593 of file bfin_can.h.
| #define MBRIF7 0x0080 /* RX Interrupt Active In Mailbox 7 */ |
Definition at line 594 of file bfin_can.h.
| #define MBRIF8 0x0100 /* RX Interrupt Active In Mailbox 8 */ |
Definition at line 595 of file bfin_can.h.
| #define MBRIF9 0x0200 /* RX Interrupt Active In Mailbox 9 */ |
Definition at line 596 of file bfin_can.h.
| #define MBRIRQ 0x0001 /* Mailbox Receive Interrupt */ |
Definition at line 154 of file bfin_can.h.
| #define MBTIF0 0x0001 /* TX Interrupt Active In Mailbox 0 */ |
Definition at line 551 of file bfin_can.h.
| #define MBTIF1 0x0002 /* TX Interrupt Active In Mailbox 1 */ |
Definition at line 552 of file bfin_can.h.
| #define MBTIF10 0x0400 /* TX Interrupt Active In Mailbox 10 */ |
Definition at line 561 of file bfin_can.h.
| #define MBTIF11 0x0800 /* TX Interrupt Active In Mailbox 11 */ |
Definition at line 562 of file bfin_can.h.
| #define MBTIF12 0x1000 /* TX Interrupt Active In Mailbox 12 */ |
Definition at line 563 of file bfin_can.h.
| #define MBTIF13 0x2000 /* TX Interrupt Active In Mailbox 13 */ |
Definition at line 564 of file bfin_can.h.
| #define MBTIF14 0x4000 /* TX Interrupt Active In Mailbox 14 */ |
Definition at line 565 of file bfin_can.h.
| #define MBTIF15 0x8000 /* TX Interrupt Active In Mailbox 15 */ |
Definition at line 566 of file bfin_can.h.
| #define MBTIF16 0x0001 /* TX Interrupt Active In Mailbox 16 */ |
Definition at line 569 of file bfin_can.h.
| #define MBTIF17 0x0002 /* TX Interrupt Active In Mailbox 17 */ |
Definition at line 570 of file bfin_can.h.
| #define MBTIF18 0x0004 /* TX Interrupt Active In Mailbox 18 */ |
Definition at line 571 of file bfin_can.h.
| #define MBTIF19 0x0008 /* TX Interrupt Active In Mailbox 19 */ |
Definition at line 572 of file bfin_can.h.
| #define MBTIF2 0x0004 /* TX Interrupt Active In Mailbox 2 */ |
Definition at line 553 of file bfin_can.h.
| #define MBTIF20 0x0010 /* TX Interrupt Active In Mailbox 20 */ |
Definition at line 573 of file bfin_can.h.
| #define MBTIF21 0x0020 /* TX Interrupt Active In Mailbox 21 */ |
Definition at line 574 of file bfin_can.h.
| #define MBTIF22 0x0040 /* TX Interrupt Active In Mailbox 22 */ |
Definition at line 575 of file bfin_can.h.
| #define MBTIF23 0x0080 /* TX Interrupt Active In Mailbox 23 */ |
Definition at line 576 of file bfin_can.h.
| #define MBTIF24 0x0100 /* TX Interrupt Active In Mailbox 24 */ |
Definition at line 577 of file bfin_can.h.
| #define MBTIF25 0x0200 /* TX Interrupt Active In Mailbox 25 */ |
Definition at line 578 of file bfin_can.h.
| #define MBTIF26 0x0400 /* TX Interrupt Active In Mailbox 26 */ |
Definition at line 579 of file bfin_can.h.
| #define MBTIF27 0x0800 /* TX Interrupt Active In Mailbox 27 */ |
Definition at line 580 of file bfin_can.h.
| #define MBTIF28 0x1000 /* TX Interrupt Active In Mailbox 28 */ |
Definition at line 581 of file bfin_can.h.
| #define MBTIF29 0x2000 /* TX Interrupt Active In Mailbox 29 */ |
Definition at line 582 of file bfin_can.h.
| #define MBTIF3 0x0008 /* TX Interrupt Active In Mailbox 3 */ |
Definition at line 554 of file bfin_can.h.
| #define MBTIF30 0x4000 /* TX Interrupt Active In Mailbox 30 */ |
Definition at line 583 of file bfin_can.h.
| #define MBTIF31 0x8000 /* TX Interrupt Active In Mailbox 31 */ |
Definition at line 584 of file bfin_can.h.
| #define MBTIF4 0x0010 /* TX Interrupt Active In Mailbox 4 */ |
Definition at line 555 of file bfin_can.h.
| #define MBTIF5 0x0020 /* TX Interrupt Active In Mailbox 5 */ |
Definition at line 556 of file bfin_can.h.
| #define MBTIF6 0x0040 /* TX Interrupt Active In Mailbox 6 */ |
Definition at line 557 of file bfin_can.h.
| #define MBTIF7 0x0080 /* TX Interrupt Active In Mailbox 7 */ |
Definition at line 558 of file bfin_can.h.
| #define MBTIF8 0x0100 /* TX Interrupt Active In Mailbox 8 */ |
Definition at line 559 of file bfin_can.h.
| #define MBTIF9 0x0200 /* TX Interrupt Active In Mailbox 9 */ |
Definition at line 560 of file bfin_can.h.
| #define MBTIRQ 0x0002 /* Mailbox Transmit Interrupt */ |
Definition at line 155 of file bfin_can.h.
| #define MC0 0x0001 /* Enable Mailbox 0 */ |
Definition at line 186 of file bfin_can.h.
| #define MC1 0x0002 /* Enable Mailbox 1 */ |
Definition at line 187 of file bfin_can.h.
| #define MC10 0x0400 /* Enable Mailbox 10 */ |
Definition at line 196 of file bfin_can.h.
| #define MC11 0x0800 /* Enable Mailbox 11 */ |
Definition at line 197 of file bfin_can.h.
| #define MC12 0x1000 /* Enable Mailbox 12 */ |
Definition at line 198 of file bfin_can.h.
| #define MC13 0x2000 /* Enable Mailbox 13 */ |
Definition at line 199 of file bfin_can.h.
| #define MC14 0x4000 /* Enable Mailbox 14 */ |
Definition at line 200 of file bfin_can.h.
| #define MC15 0x8000 /* Enable Mailbox 15 */ |
Definition at line 201 of file bfin_can.h.
| #define MC16 0x0001 /* Enable Mailbox 16 */ |
Definition at line 204 of file bfin_can.h.
| #define MC17 0x0002 /* Enable Mailbox 17 */ |
Definition at line 205 of file bfin_can.h.
| #define MC18 0x0004 /* Enable Mailbox 18 */ |
Definition at line 206 of file bfin_can.h.
| #define MC19 0x0008 /* Enable Mailbox 19 */ |
Definition at line 207 of file bfin_can.h.
| #define MC2 0x0004 /* Enable Mailbox 2 */ |
Definition at line 188 of file bfin_can.h.
| #define MC20 0x0010 /* Enable Mailbox 20 */ |
Definition at line 208 of file bfin_can.h.
| #define MC21 0x0020 /* Enable Mailbox 21 */ |
Definition at line 209 of file bfin_can.h.
| #define MC22 0x0040 /* Enable Mailbox 22 */ |
Definition at line 210 of file bfin_can.h.
| #define MC23 0x0080 /* Enable Mailbox 23 */ |
Definition at line 211 of file bfin_can.h.
| #define MC24 0x0100 /* Enable Mailbox 24 */ |
Definition at line 212 of file bfin_can.h.
| #define MC25 0x0200 /* Enable Mailbox 25 */ |
Definition at line 213 of file bfin_can.h.
| #define MC26 0x0400 /* Enable Mailbox 26 */ |
Definition at line 214 of file bfin_can.h.
| #define MC27 0x0800 /* Enable Mailbox 27 */ |
Definition at line 215 of file bfin_can.h.
| #define MC28 0x1000 /* Enable Mailbox 28 */ |
Definition at line 216 of file bfin_can.h.
| #define MC29 0x2000 /* Enable Mailbox 29 */ |
Definition at line 217 of file bfin_can.h.
| #define MC3 0x0008 /* Enable Mailbox 3 */ |
Definition at line 189 of file bfin_can.h.
| #define MC30 0x4000 /* Enable Mailbox 30 */ |
Definition at line 218 of file bfin_can.h.
| #define MC31 0x8000 /* Enable Mailbox 31 */ |
Definition at line 219 of file bfin_can.h.
| #define MC4 0x0010 /* Enable Mailbox 4 */ |
Definition at line 190 of file bfin_can.h.
| #define MC5 0x0020 /* Enable Mailbox 5 */ |
Definition at line 191 of file bfin_can.h.
| #define MC6 0x0040 /* Enable Mailbox 6 */ |
Definition at line 192 of file bfin_can.h.
| #define MC7 0x0080 /* Enable Mailbox 7 */ |
Definition at line 193 of file bfin_can.h.
| #define MC8 0x0100 /* Enable Mailbox 8 */ |
Definition at line 194 of file bfin_can.h.
| #define MC9 0x0200 /* Enable Mailbox 9 */ |
Definition at line 195 of file bfin_can.h.
| #define MD0 0x0001 /* Enable Mailbox 0 For Receive */ |
Definition at line 222 of file bfin_can.h.
| #define MD1 0x0002 /* Enable Mailbox 1 For Receive */ |
Definition at line 223 of file bfin_can.h.
| #define MD10 0x0400 /* Enable Mailbox 10 For Receive */ |
Definition at line 232 of file bfin_can.h.
| #define MD11 0x0800 /* Enable Mailbox 11 For Receive */ |
Definition at line 233 of file bfin_can.h.
| #define MD12 0x1000 /* Enable Mailbox 12 For Receive */ |
Definition at line 234 of file bfin_can.h.
| #define MD13 0x2000 /* Enable Mailbox 13 For Receive */ |
Definition at line 235 of file bfin_can.h.
| #define MD14 0x4000 /* Enable Mailbox 14 For Receive */ |
Definition at line 236 of file bfin_can.h.
| #define MD15 0x8000 /* Enable Mailbox 15 For Receive */ |
Definition at line 237 of file bfin_can.h.
| #define MD16 0x0001 /* Enable Mailbox 16 For Receive */ |
Definition at line 240 of file bfin_can.h.
| #define MD17 0x0002 /* Enable Mailbox 17 For Receive */ |
Definition at line 241 of file bfin_can.h.
| #define MD18 0x0004 /* Enable Mailbox 18 For Receive */ |
Definition at line 242 of file bfin_can.h.
| #define MD19 0x0008 /* Enable Mailbox 19 For Receive */ |
Definition at line 243 of file bfin_can.h.
| #define MD2 0x0004 /* Enable Mailbox 2 For Receive */ |
Definition at line 224 of file bfin_can.h.
| #define MD20 0x0010 /* Enable Mailbox 20 For Receive */ |
Definition at line 244 of file bfin_can.h.
| #define MD21 0x0020 /* Enable Mailbox 21 For Receive */ |
Definition at line 245 of file bfin_can.h.
| #define MD22 0x0040 /* Enable Mailbox 22 For Receive */ |
Definition at line 246 of file bfin_can.h.
| #define MD23 0x0080 /* Enable Mailbox 23 For Receive */ |
Definition at line 247 of file bfin_can.h.
| #define MD24 0x0100 /* Enable Mailbox 24 For Receive */ |
Definition at line 248 of file bfin_can.h.
| #define MD25 0x0200 /* Enable Mailbox 25 For Receive */ |
Definition at line 249 of file bfin_can.h.
| #define MD26 0x0400 /* Enable Mailbox 26 For Receive */ |
Definition at line 250 of file bfin_can.h.
| #define MD27 0x0800 /* Enable Mailbox 27 For Receive */ |
Definition at line 251 of file bfin_can.h.
| #define MD28 0x1000 /* Enable Mailbox 28 For Receive */ |
Definition at line 252 of file bfin_can.h.
| #define MD29 0x2000 /* Enable Mailbox 29 For Receive */ |
Definition at line 253 of file bfin_can.h.
| #define MD3 0x0008 /* Enable Mailbox 3 For Receive */ |
Definition at line 225 of file bfin_can.h.
| #define MD30 0x4000 /* Enable Mailbox 30 For Receive */ |
Definition at line 254 of file bfin_can.h.
| #define MD31 0x8000 /* Enable Mailbox 31 For Receive */ |
Definition at line 255 of file bfin_can.h.
| #define MD4 0x0010 /* Enable Mailbox 4 For Receive */ |
Definition at line 226 of file bfin_can.h.
| #define MD5 0x0020 /* Enable Mailbox 5 For Receive */ |
Definition at line 227 of file bfin_can.h.
| #define MD6 0x0040 /* Enable Mailbox 6 For Receive */ |
Definition at line 228 of file bfin_can.h.
| #define MD7 0x0080 /* Enable Mailbox 7 For Receive */ |
Definition at line 229 of file bfin_can.h.
| #define MD8 0x0100 /* Enable Mailbox 8 For Receive */ |
Definition at line 230 of file bfin_can.h.
| #define MD9 0x0200 /* Enable Mailbox 9 For Receive */ |
Definition at line 231 of file bfin_can.h.
| #define MRB 0x0020 /* Mode Read Back Enable */ |
Definition at line 146 of file bfin_can.h.
| #define OPSS0 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 0 */ |
Definition at line 330 of file bfin_can.h.
| #define OPSS1 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 1 */ |
Definition at line 331 of file bfin_can.h.
| #define OPSS10 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 10 */ |
Definition at line 340 of file bfin_can.h.
| #define OPSS11 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 11 */ |
Definition at line 341 of file bfin_can.h.
| #define OPSS12 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 12 */ |
Definition at line 342 of file bfin_can.h.
| #define OPSS13 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 13 */ |
Definition at line 343 of file bfin_can.h.
| #define OPSS14 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 14 */ |
Definition at line 344 of file bfin_can.h.
| #define OPSS15 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 15 */ |
Definition at line 345 of file bfin_can.h.
| #define OPSS16 0x0001 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 16 */ |
Definition at line 348 of file bfin_can.h.
| #define OPSS17 0x0002 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 17 */ |
Definition at line 349 of file bfin_can.h.
| #define OPSS18 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 18 */ |
Definition at line 350 of file bfin_can.h.
| #define OPSS19 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 19 */ |
Definition at line 351 of file bfin_can.h.
| #define OPSS2 0x0004 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 2 */ |
Definition at line 332 of file bfin_can.h.
| #define OPSS20 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 20 */ |
Definition at line 352 of file bfin_can.h.
| #define OPSS21 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 21 */ |
Definition at line 353 of file bfin_can.h.
| #define OPSS22 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 22 */ |
Definition at line 354 of file bfin_can.h.
| #define OPSS23 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 23 */ |
Definition at line 355 of file bfin_can.h.
| #define OPSS24 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 24 */ |
Definition at line 356 of file bfin_can.h.
| #define OPSS25 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 25 */ |
Definition at line 357 of file bfin_can.h.
| #define OPSS26 0x0400 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 26 */ |
Definition at line 358 of file bfin_can.h.
| #define OPSS27 0x0800 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 27 */ |
Definition at line 359 of file bfin_can.h.
| #define OPSS28 0x1000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 28 */ |
Definition at line 360 of file bfin_can.h.
| #define OPSS29 0x2000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 29 */ |
Definition at line 361 of file bfin_can.h.
| #define OPSS3 0x0008 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 3 */ |
Definition at line 333 of file bfin_can.h.
| #define OPSS30 0x4000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 30 */ |
Definition at line 362 of file bfin_can.h.
| #define OPSS31 0x8000 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 31 */ |
Definition at line 363 of file bfin_can.h.
| #define OPSS4 0x0010 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 4 */ |
Definition at line 334 of file bfin_can.h.
| #define OPSS5 0x0020 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 5 */ |
Definition at line 335 of file bfin_can.h.
| #define OPSS6 0x0040 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 6 */ |
Definition at line 336 of file bfin_can.h.
| #define OPSS7 0x0080 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 7 */ |
Definition at line 337 of file bfin_can.h.
| #define OPSS8 0x0100 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 8 */ |
Definition at line 338 of file bfin_can.h.
| #define OPSS9 0x0200 /* Enable RX Overwrite Protection or TX Single-Shot For Mailbox 9 */ |
Definition at line 339 of file bfin_can.h.
| #define REC 0x8000 /* Receive Mode */ |
Definition at line 129 of file bfin_can.h.
| #define RECEIVE_EXT_CHL 4 |
Definition at line 17 of file bfin_can.h.
| #define RECEIVE_EXT_RTR_CHL 12 |
Definition at line 19 of file bfin_can.h.
| #define RECEIVE_RTR_CHL 8 |
Definition at line 18 of file bfin_can.h.
| #define RECEIVE_STD_CHL 0 |
Definition at line 16 of file bfin_can.h.
| #define RFH0 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 0 */ |
Definition at line 515 of file bfin_can.h.
| #define RFH1 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 1 */ |
Definition at line 516 of file bfin_can.h.
| #define RFH10 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 10 */ |
Definition at line 525 of file bfin_can.h.
| #define RFH11 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 11 */ |
Definition at line 526 of file bfin_can.h.
| #define RFH12 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 12 */ |
Definition at line 527 of file bfin_can.h.
| #define RFH13 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 13 */ |
Definition at line 528 of file bfin_can.h.
| #define RFH14 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 14 */ |
Definition at line 529 of file bfin_can.h.
| #define RFH15 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 15 */ |
Definition at line 530 of file bfin_can.h.
| #define RFH16 0x0001 /* Enable Automatic Remote Frame Handling For Mailbox 16 */ |
Definition at line 533 of file bfin_can.h.
| #define RFH17 0x0002 /* Enable Automatic Remote Frame Handling For Mailbox 17 */ |
Definition at line 534 of file bfin_can.h.
| #define RFH18 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 18 */ |
Definition at line 535 of file bfin_can.h.
| #define RFH19 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 19 */ |
Definition at line 536 of file bfin_can.h.
| #define RFH2 0x0004 /* Enable Automatic Remote Frame Handling For Mailbox 2 */ |
Definition at line 517 of file bfin_can.h.
| #define RFH20 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 20 */ |
Definition at line 537 of file bfin_can.h.
| #define RFH21 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 21 */ |
Definition at line 538 of file bfin_can.h.
| #define RFH22 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 22 */ |
Definition at line 539 of file bfin_can.h.
| #define RFH23 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 23 */ |
Definition at line 540 of file bfin_can.h.
| #define RFH24 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 24 */ |
Definition at line 541 of file bfin_can.h.
| #define RFH25 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 25 */ |
Definition at line 542 of file bfin_can.h.
| #define RFH26 0x0400 /* Enable Automatic Remote Frame Handling For Mailbox 26 */ |
Definition at line 543 of file bfin_can.h.
| #define RFH27 0x0800 /* Enable Automatic Remote Frame Handling For Mailbox 27 */ |
Definition at line 544 of file bfin_can.h.
| #define RFH28 0x1000 /* Enable Automatic Remote Frame Handling For Mailbox 28 */ |
Definition at line 545 of file bfin_can.h.
| #define RFH29 0x2000 /* Enable Automatic Remote Frame Handling For Mailbox 29 */ |
Definition at line 546 of file bfin_can.h.
| #define RFH3 0x0008 /* Enable Automatic Remote Frame Handling For Mailbox 3 */ |
Definition at line 518 of file bfin_can.h.
| #define RFH30 0x4000 /* Enable Automatic Remote Frame Handling For Mailbox 30 */ |
Definition at line 547 of file bfin_can.h.
| #define RFH31 0x8000 /* Enable Automatic Remote Frame Handling For Mailbox 31 */ |
Definition at line 548 of file bfin_can.h.
| #define RFH4 0x0010 /* Enable Automatic Remote Frame Handling For Mailbox 4 */ |
Definition at line 519 of file bfin_can.h.
| #define RFH5 0x0020 /* Enable Automatic Remote Frame Handling For Mailbox 5 */ |
Definition at line 520 of file bfin_can.h.
| #define RFH6 0x0040 /* Enable Automatic Remote Frame Handling For Mailbox 6 */ |
Definition at line 521 of file bfin_can.h.
| #define RFH7 0x0080 /* Enable Automatic Remote Frame Handling For Mailbox 7 */ |
Definition at line 522 of file bfin_can.h.
| #define RFH8 0x0100 /* Enable Automatic Remote Frame Handling For Mailbox 8 */ |
Definition at line 523 of file bfin_can.h.
| #define RFH9 0x0200 /* Enable Automatic Remote Frame Handling For Mailbox 9 */ |
Definition at line 524 of file bfin_can.h.
| #define RML0 0x0001 /* RX Message Lost In Mailbox 0 */ |
Definition at line 294 of file bfin_can.h.
| #define RML1 0x0002 /* RX Message Lost In Mailbox 1 */ |
Definition at line 295 of file bfin_can.h.
| #define RML10 0x0400 /* RX Message Lost In Mailbox 10 */ |
Definition at line 304 of file bfin_can.h.
| #define RML11 0x0800 /* RX Message Lost In Mailbox 11 */ |
Definition at line 305 of file bfin_can.h.
| #define RML12 0x1000 /* RX Message Lost In Mailbox 12 */ |
Definition at line 306 of file bfin_can.h.
| #define RML13 0x2000 /* RX Message Lost In Mailbox 13 */ |
Definition at line 307 of file bfin_can.h.
| #define RML14 0x4000 /* RX Message Lost In Mailbox 14 */ |
Definition at line 308 of file bfin_can.h.
| #define RML15 0x8000 /* RX Message Lost In Mailbox 15 */ |
Definition at line 309 of file bfin_can.h.
| #define RML16 0x0001 /* RX Message Lost In Mailbox 16 */ |
Definition at line 312 of file bfin_can.h.
| #define RML17 0x0002 /* RX Message Lost In Mailbox 17 */ |
Definition at line 313 of file bfin_can.h.
| #define RML18 0x0004 /* RX Message Lost In Mailbox 18 */ |
Definition at line 314 of file bfin_can.h.
| #define RML19 0x0008 /* RX Message Lost In Mailbox 19 */ |
Definition at line 315 of file bfin_can.h.
| #define RML2 0x0004 /* RX Message Lost In Mailbox 2 */ |
Definition at line 296 of file bfin_can.h.
| #define RML20 0x0010 /* RX Message Lost In Mailbox 20 */ |
Definition at line 316 of file bfin_can.h.
| #define RML21 0x0020 /* RX Message Lost In Mailbox 21 */ |
Definition at line 317 of file bfin_can.h.
| #define RML22 0x0040 /* RX Message Lost In Mailbox 22 */ |
Definition at line 318 of file bfin_can.h.
| #define RML23 0x0080 /* RX Message Lost In Mailbox 23 */ |
Definition at line 319 of file bfin_can.h.
| #define RML24 0x0100 /* RX Message Lost In Mailbox 24 */ |
Definition at line 320 of file bfin_can.h.
| #define RML25 0x0200 /* RX Message Lost In Mailbox 25 */ |
Definition at line 321 of file bfin_can.h.
| #define RML26 0x0400 /* RX Message Lost In Mailbox 26 */ |
Definition at line 322 of file bfin_can.h.
| #define RML27 0x0800 /* RX Message Lost In Mailbox 27 */ |
Definition at line 323 of file bfin_can.h.
| #define RML28 0x1000 /* RX Message Lost In Mailbox 28 */ |
Definition at line 324 of file bfin_can.h.
| #define RML29 0x2000 /* RX Message Lost In Mailbox 29 */ |
Definition at line 325 of file bfin_can.h.
| #define RML3 0x0008 /* RX Message Lost In Mailbox 3 */ |
Definition at line 297 of file bfin_can.h.
| #define RML30 0x4000 /* RX Message Lost In Mailbox 30 */ |
Definition at line 326 of file bfin_can.h.
| #define RML31 0x8000 /* RX Message Lost In Mailbox 31 */ |
Definition at line 327 of file bfin_can.h.
| #define RML4 0x0010 /* RX Message Lost In Mailbox 4 */ |
Definition at line 298 of file bfin_can.h.
| #define RML5 0x0020 /* RX Message Lost In Mailbox 5 */ |
Definition at line 299 of file bfin_can.h.
| #define RML6 0x0040 /* RX Message Lost In Mailbox 6 */ |
Definition at line 300 of file bfin_can.h.
| #define RML7 0x0080 /* RX Message Lost In Mailbox 7 */ |
Definition at line 301 of file bfin_can.h.
| #define RML8 0x0100 /* RX Message Lost In Mailbox 8 */ |
Definition at line 302 of file bfin_can.h.
| #define RML9 0x0200 /* RX Message Lost In Mailbox 9 */ |
Definition at line 303 of file bfin_can.h.
| #define RMLIF 0x0080 /* RX Message Lost IRQ Flag */ |
Definition at line 692 of file bfin_can.h.
| #define RMLIM 0x0080 /* Enable RX Message Lost Interrupt */ |
Definition at line 666 of file bfin_can.h.
| #define RMLIS 0x0080 /* RX Message Lost IRQ Status */ |
Definition at line 679 of file bfin_can.h.
| #define RMP0 0x0001 /* RX Message Pending In Mailbox 0 */ |
Definition at line 258 of file bfin_can.h.
| #define RMP1 0x0002 /* RX Message Pending In Mailbox 1 */ |
Definition at line 259 of file bfin_can.h.
| #define RMP10 0x0400 /* RX Message Pending In Mailbox 10 */ |
Definition at line 268 of file bfin_can.h.
| #define RMP11 0x0800 /* RX Message Pending In Mailbox 11 */ |
Definition at line 269 of file bfin_can.h.
| #define RMP12 0x1000 /* RX Message Pending In Mailbox 12 */ |
Definition at line 270 of file bfin_can.h.
| #define RMP13 0x2000 /* RX Message Pending In Mailbox 13 */ |
Definition at line 271 of file bfin_can.h.
| #define RMP14 0x4000 /* RX Message Pending In Mailbox 14 */ |
Definition at line 272 of file bfin_can.h.
| #define RMP15 0x8000 /* RX Message Pending In Mailbox 15 */ |
Definition at line 273 of file bfin_can.h.
| #define RMP16 0x0001 /* RX Message Pending In Mailbox 16 */ |
Definition at line 276 of file bfin_can.h.
| #define RMP17 0x0002 /* RX Message Pending In Mailbox 17 */ |
Definition at line 277 of file bfin_can.h.
| #define RMP18 0x0004 /* RX Message Pending In Mailbox 18 */ |
Definition at line 278 of file bfin_can.h.
| #define RMP19 0x0008 /* RX Message Pending In Mailbox 19 */ |
Definition at line 279 of file bfin_can.h.
| #define RMP2 0x0004 /* RX Message Pending In Mailbox 2 */ |
Definition at line 260 of file bfin_can.h.
| #define RMP20 0x0010 /* RX Message Pending In Mailbox 20 */ |
Definition at line 280 of file bfin_can.h.
| #define RMP21 0x0020 /* RX Message Pending In Mailbox 21 */ |
Definition at line 281 of file bfin_can.h.
| #define RMP22 0x0040 /* RX Message Pending In Mailbox 22 */ |
Definition at line 282 of file bfin_can.h.
| #define RMP23 0x0080 /* RX Message Pending In Mailbox 23 */ |
Definition at line 283 of file bfin_can.h.
| #define RMP24 0x0100 /* RX Message Pending In Mailbox 24 */ |
Definition at line 284 of file bfin_can.h.
| #define RMP25 0x0200 /* RX Message Pending In Mailbox 25 */ |
Definition at line 285 of file bfin_can.h.
| #define RMP26 0x0400 /* RX Message Pending In Mailbox 26 */ |
Definition at line 286 of file bfin_can.h.
| #define RMP27 0x0800 /* RX Message Pending In Mailbox 27 */ |
Definition at line 287 of file bfin_can.h.
| #define RMP28 0x1000 /* RX Message Pending In Mailbox 28 */ |
Definition at line 288 of file bfin_can.h.
| #define RMP29 0x2000 /* RX Message Pending In Mailbox 29 */ |
Definition at line 289 of file bfin_can.h.
| #define RMP3 0x0008 /* RX Message Pending In Mailbox 3 */ |
Definition at line 261 of file bfin_can.h.
| #define RMP30 0x4000 /* RX Message Pending In Mailbox 30 */ |
Definition at line 290 of file bfin_can.h.
| #define RMP31 0x8000 /* RX Message Pending In Mailbox 31 */ |
Definition at line 291 of file bfin_can.h.
| #define RMP4 0x0010 /* RX Message Pending In Mailbox 4 */ |
Definition at line 262 of file bfin_can.h.
| #define RMP5 0x0020 /* RX Message Pending In Mailbox 5 */ |
Definition at line 263 of file bfin_can.h.
| #define RMP6 0x0040 /* RX Message Pending In Mailbox 6 */ |
Definition at line 264 of file bfin_can.h.
| #define RMP7 0x0080 /* RX Message Pending In Mailbox 7 */ |
Definition at line 265 of file bfin_can.h.
| #define RMP8 0x0100 /* RX Message Pending In Mailbox 8 */ |
Definition at line 266 of file bfin_can.h.
| #define RMP9 0x0200 /* RX Message Pending In Mailbox 9 */ |
Definition at line 267 of file bfin_can.h.
| #define RTR 0x4000 /* Remote Frame Transmission Request */ |
Definition at line 167 of file bfin_can.h.
| #define RXECNT 0x00FF /* Receive Error Counter */ |
Definition at line 150 of file bfin_can.h.
| #define SA0 0x0020 /* Stuck At Dominant Error */ |
Definition at line 720 of file bfin_can.h.
| #define SAM 0x0080 /* Sampling */ |
Definition at line 137 of file bfin_can.h.
| #define SER 0x0008 /* Stuff Error */ |
Definition at line 718 of file bfin_can.h.
| #define SJW 0x0300 /* Synchronization Jump Width */ |
Definition at line 138 of file bfin_can.h.
| #define SMA 0x0020 /* Sleep Mode Acknowledge */ |
Definition at line 124 of file bfin_can.h.
| #define SMACK 0x0008 /* Sleep Mode Acknowledge */ |
Definition at line 157 of file bfin_can.h.
| #define SMR 0x0020 /* Sleep Mode Request */ |
Definition at line 115 of file bfin_can.h.
| #define SRS 0x0001 /* Software Reset */ |
Definition at line 110 of file bfin_can.h.
| #define TA0 0x0001 /* Transmit Successful From Mailbox 0 */ |
Definition at line 474 of file bfin_can.h.
| #define TA1 0x0002 /* Transmit Successful From Mailbox 1 */ |
Definition at line 475 of file bfin_can.h.
| #define TA10 0x0400 /* Transmit Successful From Mailbox 10 */ |
Definition at line 484 of file bfin_can.h.
| #define TA11 0x0800 /* Transmit Successful From Mailbox 11 */ |
Definition at line 485 of file bfin_can.h.
| #define TA12 0x1000 /* Transmit Successful From Mailbox 12 */ |
Definition at line 486 of file bfin_can.h.
| #define TA13 0x2000 /* Transmit Successful From Mailbox 13 */ |
Definition at line 487 of file bfin_can.h.
| #define TA14 0x4000 /* Transmit Successful From Mailbox 14 */ |
Definition at line 488 of file bfin_can.h.
| #define TA15 0x8000 /* Transmit Successful From Mailbox 15 */ |
Definition at line 489 of file bfin_can.h.
| #define TA16 0x0001 /* Transmit Successful From Mailbox 16 */ |
Definition at line 492 of file bfin_can.h.
| #define TA17 0x0002 /* Transmit Successful From Mailbox 17 */ |
Definition at line 493 of file bfin_can.h.
| #define TA18 0x0004 /* Transmit Successful From Mailbox 18 */ |
Definition at line 494 of file bfin_can.h.
| #define TA19 0x0008 /* Transmit Successful From Mailbox 19 */ |
Definition at line 495 of file bfin_can.h.
| #define TA2 0x0004 /* Transmit Successful From Mailbox 2 */ |
Definition at line 476 of file bfin_can.h.
| #define TA20 0x0010 /* Transmit Successful From Mailbox 20 */ |
Definition at line 496 of file bfin_can.h.
| #define TA21 0x0020 /* Transmit Successful From Mailbox 21 */ |
Definition at line 497 of file bfin_can.h.
| #define TA22 0x0040 /* Transmit Successful From Mailbox 22 */ |
Definition at line 498 of file bfin_can.h.
| #define TA23 0x0080 /* Transmit Successful From Mailbox 23 */ |
Definition at line 499 of file bfin_can.h.
| #define TA24 0x0100 /* Transmit Successful From Mailbox 24 */ |
Definition at line 500 of file bfin_can.h.
| #define TA25 0x0200 /* Transmit Successful From Mailbox 25 */ |
Definition at line 501 of file bfin_can.h.
| #define TA26 0x0400 /* Transmit Successful From Mailbox 26 */ |
Definition at line 502 of file bfin_can.h.
| #define TA27 0x0800 /* Transmit Successful From Mailbox 27 */ |
Definition at line 503 of file bfin_can.h.
| #define TA28 0x1000 /* Transmit Successful From Mailbox 28 */ |
Definition at line 504 of file bfin_can.h.
| #define TA29 0x2000 /* Transmit Successful From Mailbox 29 */ |
Definition at line 505 of file bfin_can.h.
| #define TA3 0x0008 /* Transmit Successful From Mailbox 3 */ |
Definition at line 477 of file bfin_can.h.
| #define TA30 0x4000 /* Transmit Successful From Mailbox 30 */ |
Definition at line 506 of file bfin_can.h.
| #define TA31 0x8000 /* Transmit Successful From Mailbox 31 */ |
Definition at line 507 of file bfin_can.h.
| #define TA4 0x0010 /* Transmit Successful From Mailbox 4 */ |
Definition at line 478 of file bfin_can.h.
| #define TA5 0x0020 /* Transmit Successful From Mailbox 5 */ |
Definition at line 479 of file bfin_can.h.
| #define TA6 0x0040 /* Transmit Successful From Mailbox 6 */ |
Definition at line 480 of file bfin_can.h.
| #define TA7 0x0080 /* Transmit Successful From Mailbox 7 */ |
Definition at line 481 of file bfin_can.h.
| #define TA8 0x0100 /* Transmit Successful From Mailbox 8 */ |
Definition at line 482 of file bfin_can.h.
| #define TA9 0x0200 /* Transmit Successful From Mailbox 9 */ |
Definition at line 483 of file bfin_can.h.
| #define TDA 0x0040 /* Temporary Disable Acknowledge */ |
Definition at line 511 of file bfin_can.h.
| #define TDPTR 0x001F /* Mailbox To Temporarily Disable */ |
Definition at line 510 of file bfin_can.h.
| #define TDR 0x0080 /* Temporary Disable Request */ |
Definition at line 512 of file bfin_can.h.
| #define TRANSMIT_CHL 24 |
Definition at line 15 of file bfin_can.h.
| #define TRM 0x4000 /* Transmit Mode */ |
Definition at line 128 of file bfin_can.h.
| #define TRR0 0x0001 /* Deny But Don't Lock Access To Mailbox 0 */ |
Definition at line 366 of file bfin_can.h.
| #define TRR1 0x0002 /* Deny But Don't Lock Access To Mailbox 1 */ |
Definition at line 367 of file bfin_can.h.
| #define TRR10 0x0400 /* Deny But Don't Lock Access To Mailbox 10 */ |
Definition at line 376 of file bfin_can.h.
| #define TRR11 0x0800 /* Deny But Don't Lock Access To Mailbox 11 */ |
Definition at line 377 of file bfin_can.h.
| #define TRR12 0x1000 /* Deny But Don't Lock Access To Mailbox 12 */ |
Definition at line 378 of file bfin_can.h.
| #define TRR13 0x2000 /* Deny But Don't Lock Access To Mailbox 13 */ |
Definition at line 379 of file bfin_can.h.
| #define TRR14 0x4000 /* Deny But Don't Lock Access To Mailbox 14 */ |
Definition at line 380 of file bfin_can.h.
| #define TRR15 0x8000 /* Deny But Don't Lock Access To Mailbox 15 */ |
Definition at line 381 of file bfin_can.h.
| #define TRR16 0x0001 /* Deny But Don't Lock Access To Mailbox 16 */ |
Definition at line 384 of file bfin_can.h.
| #define TRR17 0x0002 /* Deny But Don't Lock Access To Mailbox 17 */ |
Definition at line 385 of file bfin_can.h.
| #define TRR18 0x0004 /* Deny But Don't Lock Access To Mailbox 18 */ |
Definition at line 386 of file bfin_can.h.
| #define TRR19 0x0008 /* Deny But Don't Lock Access To Mailbox 19 */ |
Definition at line 387 of file bfin_can.h.
| #define TRR2 0x0004 /* Deny But Don't Lock Access To Mailbox 2 */ |
Definition at line 368 of file bfin_can.h.
| #define TRR20 0x0010 /* Deny But Don't Lock Access To Mailbox 20 */ |
Definition at line 388 of file bfin_can.h.
| #define TRR21 0x0020 /* Deny But Don't Lock Access To Mailbox 21 */ |
Definition at line 389 of file bfin_can.h.
| #define TRR22 0x0040 /* Deny But Don't Lock Access To Mailbox 22 */ |
Definition at line 390 of file bfin_can.h.
| #define TRR23 0x0080 /* Deny But Don't Lock Access To Mailbox 23 */ |
Definition at line 391 of file bfin_can.h.
| #define TRR24 0x0100 /* Deny But Don't Lock Access To Mailbox 24 */ |
Definition at line 392 of file bfin_can.h.
| #define TRR25 0x0200 /* Deny But Don't Lock Access To Mailbox 25 */ |
Definition at line 393 of file bfin_can.h.
| #define TRR26 0x0400 /* Deny But Don't Lock Access To Mailbox 26 */ |
Definition at line 394 of file bfin_can.h.
| #define TRR27 0x0800 /* Deny But Don't Lock Access To Mailbox 27 */ |
Definition at line 395 of file bfin_can.h.
| #define TRR28 0x1000 /* Deny But Don't Lock Access To Mailbox 28 */ |
Definition at line 396 of file bfin_can.h.
| #define TRR29 0x2000 /* Deny But Don't Lock Access To Mailbox 29 */ |
Definition at line 397 of file bfin_can.h.
| #define TRR3 0x0008 /* Deny But Don't Lock Access To Mailbox 3 */ |
Definition at line 369 of file bfin_can.h.
| #define TRR30 0x4000 /* Deny But Don't Lock Access To Mailbox 30 */ |
Definition at line 398 of file bfin_can.h.
| #define TRR31 0x8000 /* Deny But Don't Lock Access To Mailbox 31 */ |
Definition at line 399 of file bfin_can.h.
| #define TRR4 0x0010 /* Deny But Don't Lock Access To Mailbox 4 */ |
Definition at line 370 of file bfin_can.h.
| #define TRR5 0x0020 /* Deny But Don't Lock Access To Mailbox 5 */ |
Definition at line 371 of file bfin_can.h.
| #define TRR6 0x0040 /* Deny But Don't Lock Access To Mailbox 6 */ |
Definition at line 372 of file bfin_can.h.
| #define TRR7 0x0080 /* Deny But Don't Lock Access To Mailbox 7 */ |
Definition at line 373 of file bfin_can.h.
| #define TRR8 0x0100 /* Deny But Don't Lock Access To Mailbox 8 */ |
Definition at line 374 of file bfin_can.h.
| #define TRR9 0x0200 /* Deny But Don't Lock Access To Mailbox 9 */ |
Definition at line 375 of file bfin_can.h.
| #define TRS0 0x0001 /* Remote Frame Request For Mailbox 0 */ |
Definition at line 402 of file bfin_can.h.
| #define TRS1 0x0002 /* Remote Frame Request For Mailbox 1 */ |
Definition at line 403 of file bfin_can.h.
| #define TRS10 0x0400 /* Remote Frame Request For Mailbox 10 */ |
Definition at line 412 of file bfin_can.h.
| #define TRS11 0x0800 /* Remote Frame Request For Mailbox 11 */ |
Definition at line 413 of file bfin_can.h.
| #define TRS12 0x1000 /* Remote Frame Request For Mailbox 12 */ |
Definition at line 414 of file bfin_can.h.
| #define TRS13 0x2000 /* Remote Frame Request For Mailbox 13 */ |
Definition at line 415 of file bfin_can.h.
| #define TRS14 0x4000 /* Remote Frame Request For Mailbox 14 */ |
Definition at line 416 of file bfin_can.h.
| #define TRS15 0x8000 /* Remote Frame Request For Mailbox 15 */ |
Definition at line 417 of file bfin_can.h.
| #define TRS16 0x0001 /* Remote Frame Request For Mailbox 16 */ |
Definition at line 420 of file bfin_can.h.
| #define TRS17 0x0002 /* Remote Frame Request For Mailbox 17 */ |
Definition at line 421 of file bfin_can.h.
| #define TRS18 0x0004 /* Remote Frame Request For Mailbox 18 */ |
Definition at line 422 of file bfin_can.h.
| #define TRS19 0x0008 /* Remote Frame Request For Mailbox 19 */ |
Definition at line 423 of file bfin_can.h.
| #define TRS2 0x0004 /* Remote Frame Request For Mailbox 2 */ |
Definition at line 404 of file bfin_can.h.
| #define TRS20 0x0010 /* Remote Frame Request For Mailbox 20 */ |
Definition at line 424 of file bfin_can.h.
| #define TRS21 0x0020 /* Remote Frame Request For Mailbox 21 */ |
Definition at line 425 of file bfin_can.h.
| #define TRS22 0x0040 /* Remote Frame Request For Mailbox 22 */ |
Definition at line 426 of file bfin_can.h.
| #define TRS23 0x0080 /* Remote Frame Request For Mailbox 23 */ |
Definition at line 427 of file bfin_can.h.
| #define TRS24 0x0100 /* Remote Frame Request For Mailbox 24 */ |
Definition at line 428 of file bfin_can.h.
| #define TRS25 0x0200 /* Remote Frame Request For Mailbox 25 */ |
Definition at line 429 of file bfin_can.h.
| #define TRS26 0x0400 /* Remote Frame Request For Mailbox 26 */ |
Definition at line 430 of file bfin_can.h.
| #define TRS27 0x0800 /* Remote Frame Request For Mailbox 27 */ |
Definition at line 431 of file bfin_can.h.
| #define TRS28 0x1000 /* Remote Frame Request For Mailbox 28 */ |
Definition at line 432 of file bfin_can.h.
| #define TRS29 0x2000 /* Remote Frame Request For Mailbox 29 */ |
Definition at line 433 of file bfin_can.h.
| #define TRS3 0x0008 /* Remote Frame Request For Mailbox 3 */ |
Definition at line 405 of file bfin_can.h.
| #define TRS30 0x4000 /* Remote Frame Request For Mailbox 30 */ |
Definition at line 434 of file bfin_can.h.
| #define TRS31 0x8000 /* Remote Frame Request For Mailbox 31 */ |
Definition at line 435 of file bfin_can.h.
| #define TRS4 0x0010 /* Remote Frame Request For Mailbox 4 */ |
Definition at line 406 of file bfin_can.h.
| #define TRS5 0x0020 /* Remote Frame Request For Mailbox 5 */ |
Definition at line 407 of file bfin_can.h.
| #define TRS6 0x0040 /* Remote Frame Request For Mailbox 6 */ |
Definition at line 408 of file bfin_can.h.
| #define TRS7 0x0080 /* Remote Frame Request For Mailbox 7 */ |
Definition at line 409 of file bfin_can.h.
| #define TRS8 0x0100 /* Remote Frame Request For Mailbox 8 */ |
Definition at line 410 of file bfin_can.h.
| #define TRS9 0x0200 /* Remote Frame Request For Mailbox 9 */ |
Definition at line 411 of file bfin_can.h.
| #define TSEG1 0x000F /* Time Segment 1 */ |
Definition at line 135 of file bfin_can.h.
| #define TSEG2 0x0070 /* Time Segment 2 */ |
Definition at line 136 of file bfin_can.h.
| #define TSV 0xFFFF /* Timestamp */ |
Definition at line 171 of file bfin_can.h.
| #define TXECNT 0xFF00 /* Transmit Error Counter */ |
Definition at line 151 of file bfin_can.h.
| #define TXPRIO 0x0008 /* TX Priority (Priority/Mailbox*) */ |
Definition at line 113 of file bfin_can.h.
| #define UC_AA 0x0009 /* TX Abort Count */ |
Definition at line 705 of file bfin_can.h.
| #define UC_ALL 0x000F /* Correct Message On CAN Bus Line Count */ |
Definition at line 711 of file bfin_can.h.
| #define UC_AUTOTX 0x0003 /* Auto-Transmit Mode */ |
Definition at line 701 of file bfin_can.h.
| #define UC_ERROR 0x0006 /* CAN Error Frame Count */ |
Definition at line 702 of file bfin_can.h.
| #define UC_LOST 0x0008 /* Arbitration Lost During TX Count */ |
Definition at line 704 of file bfin_can.h.
| #define UC_OVER 0x0007 /* CAN Overload Frame Count */ |
Definition at line 703 of file bfin_can.h.
| #define UC_REJECT 0x000B /* RX Message Rejected Count */ |
Definition at line 707 of file bfin_can.h.
| #define UC_RML 0x000C /* RX Message Lost Count */ |
Definition at line 708 of file bfin_can.h.
| #define UC_RMP 0x000E /* Successful RX W/Matching ID Count */ |
Definition at line 710 of file bfin_can.h.
| #define UC_RX 0x000D /* Total Successful RX Messages Count */ |
Definition at line 709 of file bfin_can.h.
| #define UC_STAMP 0x0001 /* Timestamp Mode */ |
Definition at line 699 of file bfin_can.h.
| #define UC_TA 0x000A /* TX Successful Count */ |
Definition at line 706 of file bfin_can.h.
| #define UC_WDOG 0x0002 /* Watchdog Mode */ |
Definition at line 700 of file bfin_can.h.
| #define UCCNF 0x000F /* Universal Counter Mode */ |
Definition at line 698 of file bfin_can.h.
| #define UCCT 0x0040 /* Universal Counter CAN Trigger */ |
Definition at line 713 of file bfin_can.h.
| #define UCE 0x0080 /* Universal Counter Enable */ |
Definition at line 714 of file bfin_can.h.
| #define UCEIF 0x0100 /* Universal Counter Overflow IRQ Flag */ |
Definition at line 693 of file bfin_can.h.
| #define UCEIM 0x0100 /* Enable Universal Counter Overflow Interrupt */ |
Definition at line 667 of file bfin_can.h.
| #define UCEIS 0x0100 /* Universal Counter Overflow IRQ Status */ |
Definition at line 680 of file bfin_can.h.
| #define UCRC 0x0020 /* Universal Counter Reload/Clear */ |
Definition at line 712 of file bfin_can.h.
| #define UIAIF 0x0020 /* Access To Unimplemented Address IRQ Flag */ |
Definition at line 690 of file bfin_can.h.
| #define UIAIM 0x0020 /* Enable Access To Unimplemented Address Interrupt */ |
Definition at line 664 of file bfin_can.h.
| #define UIAIS 0x0020 /* Access To Unimplemented Address IRQ Status */ |
Definition at line 677 of file bfin_can.h.
| #define WBA 0x0010 /* Wake-Up On CAN Bus Activity Enable */ |
Definition at line 114 of file bfin_can.h.
| #define WR 0x0002 /* RX Warning Flag */ |
Definition at line 121 of file bfin_can.h.
| #define WT 0x0001 /* TX Warning Flag */ |
Definition at line 120 of file bfin_can.h.
| #define WUIF 0x0010 /* Wake-Up IRQ Flag */ |
Definition at line 689 of file bfin_can.h.
| #define WUIM 0x0010 /* Enable Wake-Up Interrupt */ |
Definition at line 663 of file bfin_can.h.
| #define WUIS 0x0010 /* Wake-Up IRQ Status */ |
Definition at line 676 of file bfin_can.h.
1.8.2