MINI58_BSP V3.01.005
The Board Support Package for Mini58 Series MCU
Functions
adc.c File Reference

Mini58 series ADC driver source file. More...

#include "Mini58Series.h"
Include dependency graph for adc.c:

Go to the source code of this file.

Functions

void ADC_Open (ADC_T *adc, uint32_t u32InputMode, uint32_t u32OpMode, uint32_t u32ChMask)
 This API configures ADC module to be ready for convert the input from selected channel. More...
 
void ADC_Close (ADC_T *adc)
 Disable ADC module. More...
 
void ADC_EnableHWTrigger (ADC_T *adc, uint32_t u32Source, uint32_t u32Param)
 Configure the hardware trigger condition and enable hardware trigger. More...
 
void ADC_DisableHWTrigger (ADC_T *adc)
 Disable hardware trigger ADC function. More...
 
void ADC_SetExtraSampleTime (ADC_T *adc, uint32_t u32ChNum, uint32_t u32SampleTime)
 Set ADC sample time for designated channel. More...
 
void ADC_EnableInt (ADC_T *adc, uint32_t u32Mask)
 Enable the interrupt(s) selected by u32Mask parameter. More...
 
void ADC_DisableInt (ADC_T *adc, uint32_t u32Mask)
 Disable the interrupt(s) selected by u32Mask parameter. More...
 
void ADC_SeqModeEnable (ADC_T *adc, uint32_t u32SeqTYPE, uint32_t u32ModeSel)
 ADC PWM Sequential Mode Control. More...
 
void ADC_SeqModeTriggerSrc (ADC_T *adc, uint32_t u32SeqModeTriSrc1, uint32_t u32SeqModeTriSrc2)
 ADC PWM Sequential Mode PWM Trigger Source and type. More...
 

Detailed Description

Mini58 series ADC driver source file.

Version
V1.00
Revision
4
Date
15/07/21 3:15p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2022 Nuvoton Technology Corp. All rights reserved.

Definition in file adc.c.