Searched refs:ACMP_CMPEN_BIT (Results 1 – 1 of 1) sorted by relevance
65 #define ACMP_CMPEN_BIT (1 << 0) /* Comparator enable bit */ macro173 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_CMPEN_BIT; in Chip_ACMP_EnableComp()184 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_CMPEN_BIT; in Chip_ACMP_DisableComp()
Completed in 3 milliseconds