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

Pin Configuration structure. More...

#include <lpc17xx_can.h>

Public Attributes

uint8_t RD
 
uint8_t TD
 

Detailed Description

Pin Configuration structure.

Definition at line 656 of file lpc17xx_can.h.

Member Data Documentation

uint8_t CAN_PinCFG_Type::RD
Serial Inputs, from CAN transceivers, should be:

For CAN1:

  • CAN_RD1_P0_0: RD pin is on P0.0
  • CAN_RD1_P0_21 : RD pin is on P0.21 For CAN2:
  • CAN_RD2_P0_4: RD pin is on P0.4
  • CAN_RD2_P2_7: RD pin is on P2.7

Definition at line 657 of file lpc17xx_can.h.

uint8_t CAN_PinCFG_Type::TD
Serial Outputs, To CAN transceivers, should be:

For CAN1:

  • CAN_TD1_P0_1: TD pin is on P0.1
  • CAN_TD1_P0_22: TD pin is on P0.22 For CAN2:
  • CAN_TD2_P0_5: TD pin is on P0.5
  • CAN_TD2_P2_8: TD pin is on P2.8

Definition at line 665 of file lpc17xx_can.h.


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