Searched refs:BIT_COMP_EN_TRIG (Results 1 – 2 of 2) sorted by relevance
102 comparator->COMP_EN_TRIG |= BIT_COMP_ENABLE | BIT_COMP_EN_TRIG; in CMP_Cmd()104 comparator->COMP_EN_TRIG &= ~(BIT_COMP_ENABLE | BIT_COMP_EN_TRIG); in CMP_Cmd()204 comparator->COMP_EN_TRIG |= BIT_COMP_EN_TRIG; in CMP_AutoCSwCmd()207 comparator->COMP_EN_TRIG &= ~BIT_COMP_EN_TRIG; in CMP_AutoCSwCmd()
221 #define BIT_COMP_EN_TRIG BIT(1) macro
Completed in 3 milliseconds