Searched refs:CMP_SYNCOUT_x (Results 1 – 2 of 2) sorted by relevance
316 void CMP_Output_SyncSource_Select(HT_CMP_TypeDef* HT_CMPn, CMP_SYNCOUT_Enum CMP_SYNCOUT_x) in CMP_Output_SyncSource_Select() argument320 Assert_Param(IS_CMP_SYNC_SOURCE(CMP_SYNCOUT_x)); in CMP_Output_SyncSource_Select()322 HT_CMPn->CO = (HT_CMPn->CO & 0xFFFFFFF0) | CMP_SYNCOUT_x; in CMP_Output_SyncSource_Select()
380 void CMP_Output_SyncSource_Select(HT_CMP_TypeDef* HT_CMPn, CMP_SYNCOUT_Enum CMP_SYNCOUT_x);
Completed in 4 milliseconds