Searched refs:CAN_CTL_CCE (Results 1 – 18 of 18) sorted by relevance
79 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
91 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
93 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
6304 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
6944 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
7111 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
628 CAN_CTL_CCE; in CANBitRateSet()752 HWREG(ui32Base + CAN_O_CTL) = ui32SavedInit | CAN_CTL_INIT | CAN_CTL_CCE; in CANBitTimingSet()774 ui32SavedInit &= ~CAN_CTL_CCE; in CANBitTimingSet()
773 usCANCTL | CAN_CTL_INIT | CAN_CTL_CCE); in CANBitRateSet()898 CANRegWrite(ulBase + CAN_O_CTL, ulSavedInit | CAN_CTL_INIT | CAN_CTL_CCE); in CANBitTimingSet()920 ulSavedInit &= ~CAN_CTL_CCE; in CANBitTimingSet()
608 CAN_CTL_CCE; in CANBitRateSet()732 HWREG(ui32Base + CAN_O_CTL) = ui32SavedInit | CAN_CTL_INIT | CAN_CTL_CCE; in CANBitTimingSet()754 ui32SavedInit &= ~CAN_CTL_CCE; in CANBitTimingSet()
78 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
6506 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
6613 #define CAN_CTL_CCE 0x00000040 // Configuration Change Enable macro
Completed in 906 milliseconds