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_GPR_Entry Struct Reference

EFF_GPR_Entry Struct Reference
[CAN_Public_Types]

Group of Extended ID Frame Format Entry structure. More...

#include <lpc17xx_can.h>

Data Fields

uint8_t controller1
 First CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller.

uint8_t controller2
 Second Disable bit, should be:

  • MSG_ENABLE: disable bit = 0(default)
  • MSG_DISABLE: disable bit = 1.

uint32_t lowerEID
 Extended ID lower bound, should be 29-bit value.
uint32_t upperEID
 Extended ID upper bound, should be 29-bit value.

Detailed Description

Group of Extended ID Frame Format Entry structure.

Definition at line 681 of file lpc17xx_can.h.


Field Documentation

uint8_t controller1

First CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller.

Definition at line 682 of file lpc17xx_can.h.

uint8_t controller2

Second Disable bit, should be:

  • MSG_ENABLE: disable bit = 0(default)
  • MSG_DISABLE: disable bit = 1.

Definition at line 686 of file lpc17xx_can.h.

uint32_t lowerEID

Extended ID lower bound, should be 29-bit value.

Definition at line 690 of file lpc17xx_can.h.

uint32_t upperEID

Extended ID upper bound, should be 29-bit value.

Definition at line 691 of file lpc17xx_can.h.