Home
last modified time | relevance | path

Searched refs:CMP_Enable (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/cmp/
Dfsl_cmp.c82 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()
Dfsl_cmp.h154 static inline void CMP_Enable(CMP_Type *base, bool enable) in CMP_Enable() function