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

EFF_Entry Struct Reference

EFF_Entry Struct Reference
[CAN_Public_Types]

Extended ID Frame Format Entry structure. More...

#include <lpc17xx_can.h>

Data Fields

uint8_t controller
 CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller.

uint32_t ID_29
 Extend ID, shoud be 29-bit value.

Detailed Description

Extended ID Frame Format Entry structure.

Definition at line 669 of file lpc17xx_can.h.


Field Documentation

uint8_t controller

CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller.

Definition at line 670 of file lpc17xx_can.h.

uint32_t ID_29

Extend ID, shoud be 29-bit value.

Definition at line 674 of file lpc17xx_can.h.