uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FullCAN_Entry Struct Reference

FullCAN Entry structure. More...

#include <lpc17xx_can.h>

Public Attributes

uint8_t controller
 
uint8_t disable
 
uint16_t id_11
 

Detailed Description

FullCAN Entry structure.

Definition at line 703 of file lpc17xx_can.h.

Member Data Documentation

uint8_t FullCAN_Entry::controller

CAN Controller, should be:

  • CAN1_CTRL: CAN1 Controller
  • CAN2_CTRL: CAN2 Controller

Definition at line 704 of file lpc17xx_can.h.

uint8_t FullCAN_Entry::disable

Disable bit, should be:

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

Definition at line 708 of file lpc17xx_can.h.

uint16_t FullCAN_Entry::id_11

Standard ID, should be 11-bit value

Definition at line 712 of file lpc17xx_can.h.


The documentation for this struct was generated from the following file: