Searched refs:ACMP_INTTYPE_BIT (Results 1 – 2 of 2) sorted by relevance
119 ACMP_INTTYPE_BIT | ACMP_INTEDGE_MASK); in Chip_ACMP_SetupACMPInt()123 reg |= ACMP_INTTYPE_BIT; in Chip_ACMP_SetupACMPInt()
72 #define ACMP_INTTYPE_BIT (1 << 16) /* Interrupt Type 0 - Edge, 1 - Level */ macro282 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) & ~ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeEdge()294 pACMP->ACMP[index].CMP = (pACMP->ACMP[index].CMP & ~ACMP_INTFLAG_BIT) | ACMP_INTTYPE_BIT; in Chip_ACMP_SetIntTypeLevel()
Completed in 5 milliseconds