Searched refs:CMP_INT_x (Results 1 – 4 of 4) sorted by relevance
155 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState) in CMP_IntConfig() argument159 Assert_Param(IS_CMP_INT(CMP_INT_x)); in CMP_IntConfig()164 HT_CMPn->IER |= CMP_INT_x; in CMP_IntConfig()168 HT_CMPn->IER &= ~CMP_INT_x; in CMP_IntConfig()
166 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState) in CMP_IntConfig() argument170 Assert_Param(IS_CMP_INT(CMP_INT_x)); in CMP_IntConfig()175 HT_CMPn->IER |= CMP_INT_x; in CMP_IntConfig()179 HT_CMPn->IER &= ~CMP_INT_x; in CMP_IntConfig()
207 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState);
373 void CMP_IntConfig(HT_CMP_TypeDef* HT_CMPn, u32 CMP_INT_x, ControlStatus NewState);
Completed in 8 milliseconds