NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

AF_SectionDef Struct Reference

AF_SectionDef Struct Reference
[CAN_Public_Types]

Acceptance Filter Section Table structure. More...

#include <lpc17xx_can.h>

Data Fields

FullCAN_EntryFullCAN_Sec
 The pointer point to FullCAN_Entry.
uint8_t FC_NumEntry
 FullCAN Entry Number.
SFF_EntrySFF_Sec
 The pointer point to SFF_Entry.
uint8_t SFF_NumEntry
 Standard ID Entry Number.
SFF_GPR_EntrySFF_GPR_Sec
 The pointer point to SFF_GPR_Entry.
uint8_t SFF_GPR_NumEntry
 Group Standard ID Entry Number.
EFF_EntryEFF_Sec
 The pointer point to EFF_Entry.
uint8_t EFF_NumEntry
 Extended ID Entry Number.
EFF_GPR_EntryEFF_GPR_Sec
 The pointer point to EFF_GPR_Entry.
uint8_t EFF_GPR_NumEntry
 Group Extended ID Entry Number.

Detailed Description

Acceptance Filter Section Table structure.

Definition at line 698 of file lpc17xx_can.h.


Field Documentation

Group Extended ID Entry Number.

Definition at line 708 of file lpc17xx_can.h.

The pointer point to EFF_GPR_Entry.

Definition at line 707 of file lpc17xx_can.h.

uint8_t EFF_NumEntry

Extended ID Entry Number.

Definition at line 706 of file lpc17xx_can.h.

The pointer point to EFF_Entry.

Definition at line 705 of file lpc17xx_can.h.

uint8_t FC_NumEntry

FullCAN Entry Number.

Definition at line 700 of file lpc17xx_can.h.

The pointer point to FullCAN_Entry.

Definition at line 699 of file lpc17xx_can.h.

Group Standard ID Entry Number.

Definition at line 704 of file lpc17xx_can.h.

The pointer point to SFF_GPR_Entry.

Definition at line 703 of file lpc17xx_can.h.

uint8_t SFF_NumEntry

Standard ID Entry Number.

Definition at line 702 of file lpc17xx_can.h.

The pointer point to SFF_Entry.

Definition at line 701 of file lpc17xx_can.h.