Home
last modified time | relevance | path

Searched refs:thisid2 (Results 1 – 1 of 1) sorted by relevance

/bsp/loongson/ls1cdev/libraries/
A Dls1c_can.c159 unsigned long thisid, thisid1, thisid2; in CAN_FilterInit() local
170 thisid2 = (CAN_FilterInitStruct->ID & 0x0000FFFF ); in CAN_FilterInit()
186 CAN_FilterId2 = thisid2 >> 3; in CAN_FilterInit()
188 CAN_FilterId3 = firstdata & 0x0F | thisid2 <<5 | rtr<<4; in CAN_FilterInit()
212 CAN_FilterId2 = thisid2>>8; in CAN_FilterInit()
214 CAN_FilterId3 = thisid2 ; in CAN_FilterInit()

Completed in 4 milliseconds