uc-sdk
|
Group of Standard ID Frame Format Entry structure. More...
#include <lpc17xx_can.h>
Public Attributes | |
uint8_t | controller1 |
uint8_t | disable1 |
uint16_t | lowerID |
uint8_t | controller2 |
uint8_t | disable2 |
uint16_t | upperID |
Group of Standard ID Frame Format Entry structure.
Definition at line 733 of file lpc17xx_can.h.
uint8_t SFF_GPR_Entry::controller1 |
First CAN Controller, should be:
Definition at line 734 of file lpc17xx_can.h.
uint8_t SFF_GPR_Entry::controller2 |
Second CAN Controller, should be:
Definition at line 743 of file lpc17xx_can.h.
uint8_t SFF_GPR_Entry::disable1 |
First Disable bit, should be:
Definition at line 738 of file lpc17xx_can.h.
uint8_t SFF_GPR_Entry::disable2 |
Second Disable bit, should be:
Definition at line 747 of file lpc17xx_can.h.
uint16_t SFF_GPR_Entry::lowerID |
ID lower bound, should be 11-bit value
Definition at line 742 of file lpc17xx_can.h.
uint16_t SFF_GPR_Entry::upperID |
ID upper bound, should be 11-bit value and equal or greater than lowerID
Definition at line 751 of file lpc17xx_can.h.