Searched refs:COMP_O_ACRIS (Results 1 – 12 of 12) sorted by relevance
48 #define COMP_O_ACRIS 0x00000004 // Analog Comparator Raw Interrupt macro
50 #define COMP_O_ACRIS 0x00000004 // Analog Comparator Raw Interrupt macro
388 return(((HWREG(ulBase + COMP_O_ACRIS) >> ulComp) & 1) ? true : false); in ComparatorIntStatus()
35 #define COMP_O_ACRIS 0x00000004 // Analog Comparator Raw Interrupt macro
400 return (((HWREG(ui32Base + COMP_O_ACRIS) >> ui32Comp) & 1) ? true : in ComparatorIntStatus()
403 return(((HWREG(ui32Base + COMP_O_ACRIS) >> ui32Comp) & 1) ? true : in ComparatorIntStatus()
Completed in 19 milliseconds