|
uc-sdk
|
Acceptance Filter Section Table structure. More...
#include <lpc17xx_can.h>
Public Attributes | |
| FullCAN_Entry * | FullCAN_Sec |
| uint8_t | FC_NumEntry |
| SFF_Entry * | SFF_Sec |
| uint8_t | SFF_NumEntry |
| SFF_GPR_Entry * | SFF_GPR_Sec |
| uint8_t | SFF_GPR_NumEntry |
| EFF_Entry * | EFF_Sec |
| uint8_t | EFF_NumEntry |
| EFF_GPR_Entry * | EFF_GPR_Sec |
| uint8_t | EFF_GPR_NumEntry |
Acceptance Filter Section Table structure.
Definition at line 788 of file lpc17xx_can.h.
| uint8_t AF_SectionDef::EFF_GPR_NumEntry |
Group Extended ID Entry Number
Definition at line 798 of file lpc17xx_can.h.
| EFF_GPR_Entry* AF_SectionDef::EFF_GPR_Sec |
The pointer point to EFF_GPR_Entry
Definition at line 797 of file lpc17xx_can.h.
| uint8_t AF_SectionDef::EFF_NumEntry |
Extended ID Entry Number
Definition at line 796 of file lpc17xx_can.h.
| EFF_Entry* AF_SectionDef::EFF_Sec |
The pointer point to EFF_Entry
Definition at line 795 of file lpc17xx_can.h.
| uint8_t AF_SectionDef::FC_NumEntry |
FullCAN Entry Number
Definition at line 790 of file lpc17xx_can.h.
| FullCAN_Entry* AF_SectionDef::FullCAN_Sec |
The pointer point to FullCAN_Entry
Definition at line 789 of file lpc17xx_can.h.
| uint8_t AF_SectionDef::SFF_GPR_NumEntry |
Group Standard ID Entry Number
Definition at line 794 of file lpc17xx_can.h.
| SFF_GPR_Entry* AF_SectionDef::SFF_GPR_Sec |
The pointer point to SFF_GPR_Entry
Definition at line 793 of file lpc17xx_can.h.
| uint8_t AF_SectionDef::SFF_NumEntry |
Standard ID Entry Number
Definition at line 792 of file lpc17xx_can.h.
| SFF_Entry* AF_SectionDef::SFF_Sec |
The pointer point to SFF_Entry
Definition at line 791 of file lpc17xx_can.h.