Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlpadc.c67 if ((lpadc->ADCALSTS & LPADC_ADCALSTS_CALIF_Msk) == 0) in LPADC_Open()
80 … lpadc->ADCALSTS |= LPADC_ADCALSTS_CALIF_Msk; /* Clear Calibration Finish Interrupt Flag */ in LPADC_Open()
84 …while((lpadc->ADCALSTS & LPADC_ADCALSTS_CALIF_Msk) != LPADC_ADCALSTS_CALIF_Msk) /* Wait calibratio… in LPADC_Open()
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlpadc_reg.h420 …__IO uint32_t ADCALSTS; /*!< [0x0184] ADC Calibration Status Register … member