uc-sdk
|
Classes | |
struct | CAN_PinCFG_Type |
Pin Configuration structure. More... | |
struct | CAN_MSG_Type |
CAN message object structure. More... | |
struct | FullCAN_Entry |
FullCAN Entry structure. More... | |
struct | SFF_Entry |
Standard ID Frame Format Entry structure. More... | |
struct | SFF_GPR_Entry |
Group of Standard ID Frame Format Entry structure. More... | |
struct | EFF_Entry |
Extended ID Frame Format Entry structure. More... | |
struct | EFF_GPR_Entry |
Group of Extended ID Frame Format Entry structure. More... | |
struct | AF_SectionDef |
Acceptance Filter Section Table structure. More... | |
enum AFLUT_ENTRY_Type |
AFLUT Entry type definition.
Enumerator | |
---|---|
FULLCAN_ENTRY | |
EXPLICIT_STANDARD_ENTRY | |
GROUP_STANDARD_ENTRY | |
EXPLICIT_EXTEND_ENTRY | |
GROUP_EXTEND_ENTRY |
Definition at line 555 of file lpc17xx_can.h.
enum CAN_AFMODE_Type |
Acceptance Filter Mode type definition.
Enumerator | |
---|---|
CAN_Normal |
Normal Mode |
CAN_AccOff |
Acceptance Filter Off Mode |
CAN_AccBP |
Acceptance Fileter Bypass Mode |
CAN_eFCAN |
FullCAN Mode Enhancement |
Definition at line 619 of file lpc17xx_can.h.
enum CAN_CR_STS_Type |
Central CAN status type definition.
Enumerator | |
---|---|
CANCR_TX_STS |
Central CAN Tx Status |
CANCR_RX_STS |
Central CAN Rx Status |
CANCR_MS |
Central CAN Miscellaneous Status |
Definition at line 584 of file lpc17xx_can.h.
enum CAN_CTRL_STS_Type |
CAN Control status definition.
Enumerator | |
---|---|
CANCTRL_GLOBAL_STS |
CAN Global Status |
CANCTRL_INT_CAP |
CAN Interrupt and Capture |
CANCTRL_ERR_WRN |
CAN Error Warning Limit |
CANCTRL_STS |
CAN Control Status |
Definition at line 574 of file lpc17xx_can.h.
enum CAN_ERROR |
Error values that functions can return.
Definition at line 643 of file lpc17xx_can.h.
enum CAN_FRAME_Type |
Symbolic names for type of CAN message.
Enumerator | |
---|---|
DATA_FRAME |
Data frame |
REMOTE_FRAME |
Remote frame |
Definition at line 566 of file lpc17xx_can.h.
enum CAN_ID_FORMAT_Type |
CAN ID format definition.
CAN configuration structure
Enumerator | |
---|---|
STD_ID_FORMAT |
Use standard ID format (11 bit ID) |
EXT_ID_FORMAT |
Use extended ID format (29 bit ID) |
Definition at line 547 of file lpc17xx_can.h.
enum CAN_INT_EN_Type |
CAN interrupt enable type definition.
Definition at line 601 of file lpc17xx_can.h.
enum CAN_MODE_Type |
CAN Mode Type definition.
Definition at line 629 of file lpc17xx_can.h.
enum FullCAN_IC_Type |
FullCAN Interrupt Capture type definition.
Enumerator | |
---|---|
FULLCAN_IC0 |
FullCAN Interrupt and Capture 0 |
FULLCAN_IC1 |
FullCAN Interrupt and Capture 1 |
Definition at line 593 of file lpc17xx_can.h.