Searched refs:LPADC_T (Results 1 – 4 of 4) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | lpadc.c | 44 void LPADC_Open(LPADC_T *lpadc, in LPADC_Open() 107 void LPADC_Close(LPADC_T *lpadc) in LPADC_Close() 137 void LPADC_EnableHWTrigger(LPADC_T *lpadc, in LPADC_EnableHWTrigger() 162 void LPADC_DisableHWTrigger(LPADC_T *lpadc) in LPADC_DisableHWTrigger() 181 void LPADC_EnableInt(LPADC_T *lpadc, uint32_t u32Mask) in LPADC_EnableInt() 204 void LPADC_DisableInt(LPADC_T *lpadc, uint32_t u32Mask) in LPADC_DisableInt() 225 void LPADC_SetExtendSampleTime(LPADC_T *lpadc, uint32_t u32ModuleNum, uint32_t u32ExtendSampleTime) in LPADC_SetExtendSampleTime() 250 void LPADC_SelectAutoOperationMode(LPADC_T *lpadc, uint32_t u32TrigSel) in LPADC_SelectAutoOperationMode()
|
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | lpadc.h | 532 void LPADC_Open(LPADC_T *lpadc, 536 void LPADC_Close(LPADC_T *lpadc); 537 void LPADC_EnableHWTrigger(LPADC_T *lpadc, 540 void LPADC_DisableHWTrigger(LPADC_T *lpadc); 541 void LPADC_EnableInt(LPADC_T *lpadc, uint32_t u32Mask); 542 void LPADC_DisableInt(LPADC_T *lpadc, uint32_t u32Mask); 543 void LPADC_SetExtendSampleTime(LPADC_T *lpadc, 546 void LPADC_SelectAutoOperationMode(LPADC_T *lpadc, uint32_t u32TrigSel);
|
| /hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/ |
| D | lpadc_reg.h | 429 } LPADC_T; typedef
|
| D | M2L31.h | 542 #define LPADC0 ((LPADC_T *) LPADC0_BASE)
|