uc-sdk
|
Group of Extended ID Frame Format Entry structure. More...
#include <lpc17xx_can.h>
Public Attributes | |
uint8_t | controller1 |
uint8_t | controller2 |
uint32_t | lowerEID |
uint32_t | upperEID |
Group of Extended ID Frame Format Entry structure.
Definition at line 771 of file lpc17xx_can.h.
uint8_t EFF_GPR_Entry::controller1 |
First CAN Controller, should be:
Definition at line 772 of file lpc17xx_can.h.
uint8_t EFF_GPR_Entry::controller2 |
Second Disable bit, should be:
Definition at line 776 of file lpc17xx_can.h.
uint32_t EFF_GPR_Entry::lowerEID |
Extended ID lower bound, should be 29-bit value
Definition at line 780 of file lpc17xx_can.h.
uint32_t EFF_GPR_Entry::upperEID |
Extended ID upper bound, should be 29-bit value
Definition at line 781 of file lpc17xx_can.h.