Home
last modified time | relevance | path

Searched refs:thisid (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
166 thisid = CAN_FilterInitStruct->ID; in CAN_FilterInit()
193 CAN_FilterId0 = thisid>>3; in CAN_FilterInit()
195 CAN_FilterId1 = thisid<<5 | rtr<<4; in CAN_FilterInit()
219 CAN_FilterId0 = thisid>>21; in CAN_FilterInit()
221 CAN_FilterId1 = thisid>>13 ; in CAN_FilterInit()
223 CAN_FilterId2 = thisid>>5; in CAN_FilterInit()
225 CAN_FilterId3 = thisid<<3 | rtr<<2; in CAN_FilterInit()

Completed in 6 milliseconds