80void ACMP_Open(
ACMP_T *acmp, uint32_t u32ChNum, uint32_t u32NegSrc, uint32_t u32HysteresisEn)
98 ACMP->CTL[u32ChNum] &= (~ACMP_CTL_ACMPEN_Msk);
NUC472/NUC442 peripheral access layer header file. This file contains all the peripheral register's d...
#define ACMP_VNEG_BANDGAP
Selecting band-gap voltage as the source of ACMP V-.
#define ACMP_VNEG_PIN
Selecting the voltage of ACMP negative input pin as the source of ACMP V-.
void ACMP_Open(ACMP_T *acmp, uint32_t u32ChNum, uint32_t u32NegSrc, uint32_t u32HysteresisEn)
Configure the specified ACMP module.
void ACMP_Close(ACMP_T *acmp, uint32_t u32ChNum)
This function close comparator.
#define ACMP_VREF_IREFSEL_Msk
#define ACMP_CTL_NEGSEL_Msk
#define ACMP_CTL_HYSEN_Msk
#define ACMP_CTL_ACMPEN_Msk