Searched refs:COMP_O_ACINTEN (Results 1 – 12 of 12) sorted by relevance
249 HWREG(ulBase + COMP_O_ACINTEN) |= 1 << ulComp; in ComparatorIntRegister()281 HWREG(ulBase + COMP_O_ACINTEN) &= ~(1 << ulComp); in ComparatorIntUnregister()320 HWREG(ulBase + COMP_O_ACINTEN) |= 1 << ulComp; in ComparatorIntEnable()349 HWREG(ulBase + COMP_O_ACINTEN) &= ~(1 << ulComp); in ComparatorIntDisable()
261 HWREG(ui32Base + COMP_O_ACINTEN) |= 1 << ui32Comp; in ComparatorIntRegister()293 HWREG(ui32Base + COMP_O_ACINTEN) &= ~(1 << ui32Comp); in ComparatorIntUnregister()332 HWREG(ui32Base + COMP_O_ACINTEN) |= 1 << ui32Comp; in ComparatorIntEnable()361 HWREG(ui32Base + COMP_O_ACINTEN) &= ~(1 << ui32Comp); in ComparatorIntDisable()
264 HWREG(ui32Base + COMP_O_ACINTEN) |= 1 << ui32Comp; in ComparatorIntRegister()296 HWREG(ui32Base + COMP_O_ACINTEN) &= ~(1 << ui32Comp); in ComparatorIntUnregister()335 HWREG(ui32Base + COMP_O_ACINTEN) |= 1 << ui32Comp; in ComparatorIntEnable()364 HWREG(ui32Base + COMP_O_ACINTEN) &= ~(1 << ui32Comp); in ComparatorIntDisable()
50 #define COMP_O_ACINTEN 0x00000008 // Analog Comparator Interrupt macro
52 #define COMP_O_ACINTEN 0x00000008 // Analog Comparator Interrupt macro
37 #define COMP_O_ACINTEN 0x00000008 // Analog Comparator Interrupt macro
Completed in 14 milliseconds