Searched refs:CMP_Enable (Results 1 – 2 of 2) sorted by relevance
82 CMP_Enable(base, false); /* Disable the CMP module during configuring. */ in CMP_Init()118 CMP_Enable(base, config->enableCmp); /* Enable the CMP module after configured or not. */ in CMP_Init()
154 static inline void CMP_Enable(CMP_Type *base, bool enable) in CMP_Enable() function