Searched refs:COMP_O_ACSTAT0 (Results 1 – 12 of 12) sorted by relevance
54 #define COMP_O_ACSTAT0 0x00000020 // Analog Comparator Status 0 macro
56 #define COMP_O_ACSTAT0 0x00000020 // Analog Comparator Status 0 macro
196 if(HWREG(ulBase + (ulComp * 0x20) + COMP_O_ACSTAT0) & COMP_ACSTAT0_OVAL) in ComparatorValueGet()
41 #define COMP_O_ACSTAT0 0x00000020 // Analog Comparator Status 0 macro
207 if (HWREG(ui32Base + (ui32Comp * 0x20) + COMP_O_ACSTAT0) & in ComparatorValueGet()
210 if(HWREG(ui32Base + (ui32Comp * 0x20) + COMP_O_ACSTAT0) & in ComparatorValueGet()
Completed in 22 milliseconds