uc-sdk
|
Contains all macro definitions and function prototypes support for CAN firmware library on LPC17xx. More...
Go to the source code of this file.
Classes | |
struct | CAN_PinCFG_Type |
Pin Configuration structure. More... | |
struct | CAN_MSG_Type |
CAN message object structure. More... | |
struct | FullCAN_Entry |
FullCAN Entry structure. More... | |
struct | SFF_Entry |
Standard ID Frame Format Entry structure. More... | |
struct | SFF_GPR_Entry |
Group of Standard ID Frame Format Entry structure. More... | |
struct | EFF_Entry |
Extended ID Frame Format Entry structure. More... | |
struct | EFF_GPR_Entry |
Group of Extended ID Frame Format Entry structure. More... | |
struct | AF_SectionDef |
Acceptance Filter Section Table structure. More... | |
Macros | |
#define | MSG_ENABLE ((uint8_t)(0)) |
#define | MSG_DISABLE ((uint8_t)(1)) |
#define | CAN1_CTRL ((uint8_t)(0)) |
#define | CAN2_CTRL ((uint8_t)(1)) |
#define | PARAM_FULLCAN_IC(n) ((n==FULLCAN_IC0)||(n==FULLCAN_IC1)) |
#define | ID_11 1 |
#define | MAX_HW_FULLCAN_OBJ 64 |
#define | MAX_SW_FULLCAN_OBJ 32 |
#define | CAN_MOD_RM ((uint32_t)(1)) |
#define | CAN_MOD_LOM ((uint32_t)(1<<1)) |
#define | CAN_MOD_STM ((uint32_t)(1<<2)) |
#define | CAN_MOD_TPM ((uint32_t)(1<<3)) |
#define | CAN_MOD_SM ((uint32_t)(1<<4)) |
#define | CAN_MOD_RPM ((uint32_t)(1<<5)) |
#define | CAN_MOD_TM ((uint32_t)(1<<7)) |
#define | CAN_CMR_TR ((uint32_t)(1)) |
#define | CAN_CMR_AT ((uint32_t)(1<<1)) |
#define | CAN_CMR_RRB ((uint32_t)(1<<2)) |
#define | CAN_CMR_CDO ((uint32_t)(1<<3)) |
#define | CAN_CMR_SRR ((uint32_t)(1<<4)) |
#define | CAN_CMR_STB1 ((uint32_t)(1<<5)) |
#define | CAN_CMR_STB2 ((uint32_t)(1<<6)) |
#define | CAN_CMR_STB3 ((uint32_t)(1<<7)) |
#define | CAN_GSR_RBS ((uint32_t)(1)) |
#define | CAN_GSR_DOS ((uint32_t)(1<<1)) |
#define | CAN_GSR_TBS ((uint32_t)(1<<2)) |
#define | CAN_GSR_TCS ((uint32_t)(1<<3)) |
#define | CAN_GSR_RS ((uint32_t)(1<<4)) |
#define | CAN_GSR_TS ((uint32_t)(1<<5)) |
#define | CAN_GSR_ES ((uint32_t)(1<<6)) |
#define | CAN_GSR_BS ((uint32_t)(1<<7)) |
#define | CAN_GSR_RXERR(n) ((uint32_t)((n&0xFF)<<16)) |
#define | CAN_GSR_TXERR(n) ((uint32_t)(n&0xFF)<<24)) |
#define | CAN_ICR_RI ((uint32_t)(1)) |
#define | CAN_ICR_TI1 ((uint32_t)(1<<1)) |
#define | CAN_ICR_EI ((uint32_t)(1<<2)) |
#define | CAN_ICR_DOI ((uint32_t)(1<<3)) |
#define | CAN_ICR_WUI ((uint32_t)(1<<4)) |
#define | CAN_ICR_EPI ((uint32_t)(1<<5)) |
#define | CAN_ICR_ALI ((uint32_t)(1<<6)) |
#define | CAN_ICR_BEI ((uint32_t)(1<<7)) |
#define | CAN_ICR_IDI ((uint32_t)(1<<8)) |
#define | CAN_ICR_TI2 ((uint32_t)(1<<9)) |
#define | CAN_ICR_TI3 ((uint32_t)(1<<10)) |
#define | CAN_ICR_ERRBIT(n) ((uint32_t)((n&0x1F)<<16)) |
#define | CAN_ICR_ERRDIR ((uint32_t)(1<<21)) |
#define | CAN_ICR_ERRC(n) ((uint32_t)((n&0x3)<<22)) |
#define | CAN_ICR_ALCBIT(n) ((uint32_t)((n&0xFF)<<24)) |
#define | CAN_IER_RIE ((uint32_t)(1)) |
#define | CAN_IER_TIE1 ((uint32_t)(1<<1)) |
#define | CAN_IER_EIE ((uint32_t)(1<<2)) |
#define | CAN_IER_DOIE ((uint32_t)(1<<3)) |
#define | CAN_IER_WUIE ((uint32_t)(1<<4)) |
#define | CAN_IER_EPIE ((uint32_t)(1<<5)) |
#define | CAN_IER_ALIE ((uint32_t)(1<<6)) |
#define | CAN_IER_BEIE ((uint32_t)(1<<7)) |
#define | CAN_IER_IDIE ((uint32_t)(1<<8)) |
#define | CAN_IER_TIE2 ((uint32_t)(1<<9)) |
#define | CAN_IER_TIE3 ((uint32_t)(1<<10)) |
#define | CAN_BTR_BRP(n) ((uint32_t)(n&0x3FF)) |
#define | CAN_BTR_SJM(n) ((uint32_t)((n&0x3)<<14)) |
#define | CAN_BTR_TESG1(n) ((uint32_t)(n&0xF)<<16)) |
#define | CAN_BTR_TESG2(n) ((uint32_t)(n&0xF)<<20)) |
#define | CAN_BTR_SAM(n) ((uint32_t)(1<<23)) |
#define | CAN_EWL_EWL(n) ((uint32_t)(n&0xFF)) |
#define | CAN_SR_RBS ((uint32_t)(1)) |
#define | CAN_SR_DOS ((uint32_t)(1<<1)) |
#define | CAN_SR_TBS1 ((uint32_t)(1<<2)) |
#define | CAN_SR_TCS1 ((uint32_t)(1<<3)) |
#define | CAN_SR_RS ((uint32_t)(1<<4)) |
#define | CAN_SR_TS1 ((uint32_t)(1<<5)) |
#define | CAN_SR_ES ((uint32_t)(1<<6)) |
#define | CAN_SR_BS ((uint32_t)(1<<7)) |
#define | CAN_SR_TBS2 ((uint32_t)(1<<10)) |
#define | CAN_SR_TCS2 ((uint32_t)(1<<11)) |
#define | CAN_SR_TS2 ((uint32_t)(1<<13)) |
#define | CAN_SR_TBS3 ((uint32_t)(1<<18)) |
#define | CAN_SR_TCS3 ((uint32_t)(1<<19)) |
#define | CAN_SR_TS3 ((uint32_t)(1<<21)) |
#define | CAN_RFS_ID_INDEX(n) ((uint32_t)(n&0x3FF)) |
#define | CAN_RFS_BP ((uint32_t)(1<<10)) |
#define | CAN_RFS_DLC(n) ((uint32_t)((n&0xF)<<16) |
#define | CAN_RFS_RTR ((uint32_t)(1<<30)) |
#define | CAN_RFS_FF ((uint32_t)(1<<31)) |
#define | CAN_RID_ID_11(n) ((uint32_t)(n&0x7FF)) |
#define | CAN_RID_ID_29(n) ((uint32_t)(n&0x1FFFFFFF)) |
#define | CAN_RDA_DATA1(n) ((uint32_t)(n&0xFF)) |
#define | CAN_RDA_DATA2(n) ((uint32_t)((n&0xFF)<<8)) |
#define | CAN_RDA_DATA3(n) ((uint32_t)((n&0xFF)<<16)) |
#define | CAN_RDA_DATA4(n) ((uint32_t)((n&0xFF)<<24)) |
#define | CAN_RDB_DATA5(n) ((uint32_t)(n&0xFF)) |
#define | CAN_RDB_DATA6(n) ((uint32_t)((n&0xFF)<<8)) |
#define | CAN_RDB_DATA7(n) ((uint32_t)((n&0xFF)<<16)) |
#define | CAN_RDB_DATA8(n) ((uint32_t)((n&0xFF)<<24)) |
#define | CAN_TFI_PRIO(n) ((uint32_t)(n&0xFF)) |
#define | CAN_TFI_DLC(n) ((uint32_t)((n&0xF)<<16)) |
#define | CAN_TFI_RTR ((uint32_t)(1<<30)) |
#define | CAN_TFI_FF ((uint32_t)(1<<31)) |
#define | CAN_TID_ID11(n) ((uint32_t)(n&0x7FF)) |
#define | CAN_TID_ID29(n) ((uint32_t)(n&0x1FFFFFFF)) |
#define | CAN_TDA_DATA1(n) ((uint32_t)(n&0xFF)) |
#define | CAN_TDA_DATA2(n) ((uint32_t)((n&0xFF)<<8)) |
#define | CAN_TDA_DATA3(n) ((uint32_t)((n&0xFF)<<16)) |
#define | CAN_TDA_DATA4(n) ((uint32_t)((n&0xFF)<<24)) |
#define | CAN_TDA_DATA5(n) ((uint32_t)(n&0xFF)) |
#define | CAN_TDA_DATA6(n) ((uint32_t)((n&0xFF)<<8)) |
#define | CAN_TDA_DATA7(n) ((uint32_t)((n&0xFF)<<16)) |
#define | CAN_TDA_DATA8(n) ((uint32_t)((n&0xFF)<<24)) |
#define | CAN1SLEEPCLR ((uint32_t)(1<<1)) |
#define | CAN2SLEEPCLR ((uint32_t)(1<<2)) |
#define | CAN_WAKEFLAGES_CAN1WAKE ((uint32_t)(1<<1)) |
#define | CAN_WAKEFLAGES_CAN2WAKE ((uint32_t)(1<<2)) |
#define | CAN_TSR_TS1 ((uint32_t)(1)) |
#define | CAN_TSR_TS2 ((uint32_t)(1<<1)) |
#define | CAN_TSR_TBS1 ((uint32_t)(1<<8)) |
#define | CAN_TSR_TBS2 ((uint32_t)(1<<9)) |
#define | CAN_TSR_TCS1 ((uint32_t)(1<<16)) |
#define | CAN_TSR_TCS2 ((uint32_t)(1<<17)) |
#define | CAN_RSR_RS1 ((uint32_t)(1)) |
#define | CAN_RSR_RS2 ((uint32_t)(1<<1)) |
#define | CAN_RSR_RB1 ((uint32_t)(1<<8)) |
#define | CAN_RSR_RB2 ((uint32_t)(1<<9)) |
#define | CAN_RSR_DOS1 ((uint32_t)(1<<16)) |
#define | CAN_RSR_DOS2 ((uint32_t)(1<<17)) |
#define | CAN_MSR_E1 ((uint32_t)(1)) |
#define | CAN_MSR_E2 ((uint32_t)(1<<1)) |
#define | CAN_MSR_BS1 ((uint32_t)(1<<8)) |
#define | CAN_MSR_BS2 ((uint32_t)(1<<9)) |
#define | CAN_AFMR_AccOff ((uint32_t)(1)) |
#define | CAN_AFMR_AccBP ((uint32_t)(1<<1)) |
#define | CAN_AFMR_eFCAN ((uint32_t)(1<<2)) |
#define | CAN_STT_sa(n) ((uint32_t)((n&1FF)<<2)) |
#define | CAN_SFF_GRP_sa(n) ((uint32_t)((n&3FF)<<2)) |
#define | CAN_EFF_sa(n) ((uint32_t)((n&1FF)<<2)) |
#define | CAN_Eff_GRP_sa(n) ((uint32_t)((n&3FF)<<2)) |
#define | CAN_EndofTable(n) ((uint32_t)((n&3FF)<<2)) |
#define | CAN_LUTerrAd(n) ((uint32_t)((n&1FF)<<2)) |
#define | CAN_LUTerr ((uint32_t)(1)) |
#define | CAN_FCANIE ((uint32_t)(1)) |
#define | CAN_FCANIC0_IntPnd(n) ((uint32_t)(1<<n)) |
#define | CAN_FCANIC1_IntPnd(n) ((uint32_t)(1<<(n-32))) |
#define | PARAM_CANx(x) |
#define | PARAM_CANAFx(x) (((uint32_t*)x)== ((uint32_t*)LPC_CANAF)) |
#define | PARAM_CANAFRAMx(x) (((uint32_t*)x)== (uint32_t*)LPC_CANAF_RAM) |
#define | PARAM_CANCRx(x) (((uint32_t*)x)==((uint32_t*)LPC_CANCR)) |
#define | PARAM_I2S_DATA(data) ((data>=0)&&(data <= 0xFFFFFFFF)) |
#define | PRAM_I2S_FREQ(freq) ((freq>=16000)&&(freq <= 96000)) |
#define | PARAM_ID_11(n) ((n>>11)==0) /*-- 11 bit --*/ |
#define | PARAM_ID_29(n) ((n>>29)==0) /*-- 29 bit --*/ |
#define | PARAM_DLC(n) ((n>>4)==0) /*-- 4 bit --*/ |
#define | PARAM_ID_FORMAT(n) ((n==STD_ID_FORMAT)||(n==EXT_ID_FORMAT)) |
#define | PARAM_GRP_ID(x, y) ((x<=y)) |
#define | PARAM_FRAME_TYPE(n) ((n==DATA_FRAME)||(n==REMOTE_FRAME)) |
#define | PARAM_CTRL_STS_TYPE(n) |
#define | PARAM_CR_STS_TYPE(n) |
#define | PARAM_AFMODE_TYPE(n) |
#define | PARAM_MODE_TYPE(n) |
#define | PARAM_CTRL(n) ((n==CAN1_CTRL)|(n==CAN2_CTRL)) |
#define | PARAM_MSG_DISABLE(n) ((n==MSG_ENABLE)|(n==MSG_DISABLE)) |
#define | PARAM_INT_EN_TYPE(n) |
#define | PARAM_AFLUT_ENTRY_TYPE(n) |
#define | PARAM_POSITION(n) ((n>=0)&&(n<512)) |
Contains all macro definitions and function prototypes support for CAN firmware library on LPC17xx.
Software that is described herein is for illustrative purposes only which provides customers with programming information regarding the products. This software is supplied "AS IS" without any warranties. NXP Semiconductors assumes no responsibility or liability for the use of the software, conveys no license or title under any patent, copyright, or mask work right to the product. NXP Semiconductors reserves the right to make changes in the software without notification. NXP Semiconductors also make no representation or warranty that such application will be suitable for the specified use without further testing or modification.
Definition in file lpc17xx_can.h.