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

FullCAN_Entry Struct Reference

FullCAN_Entry Struct Reference
[CAN_Public_Types]

FullCAN Entry structure. More...

#include <lpc17xx_can.h>

Data Fields

uint8_t controller
 CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller.

uint8_t disable
 Disable bit, should be:

  • MSG_ENABLE: disable bit = 0
  • MSG_DISABLE: disable bit = 1.

uint16_t id_11
 Standard ID, should be 11-bit value.

Detailed Description

FullCAN Entry structure.

Definition at line 613 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 614 of file lpc17xx_can.h.

uint8_t disable

Disable bit, should be:

  • MSG_ENABLE: disable bit = 0
  • MSG_DISABLE: disable bit = 1.

Definition at line 618 of file lpc17xx_can.h.

uint16_t id_11

Standard ID, should be 11-bit value.

Definition at line 622 of file lpc17xx_can.h.