![]() |
M480 BSP V3.05.006
The Board Support Package for M480 Series
|
M480 series EADC driver source file. More...
#include "NuMicro.h"
Go to the source code of this file.
Functions | |
void | EADC_Open (EADC_T *eadc, uint32_t u32InputMode) |
This function make EADC_module be ready to convert. More... | |
void | EADC_Close (EADC_T *eadc) |
Disable EADC_module. More... | |
void | EADC_ConfigSampleModule (EADC_T *eadc, uint32_t u32ModuleNum, uint32_t u32TriggerSrc, uint32_t u32Channel) |
Configure the sample control logic module. More... | |
void | EADC_SetTriggerDelayTime (EADC_T *eadc, uint32_t u32ModuleNum, uint32_t u32TriggerDelayTime, uint32_t u32DelayClockDivider) |
Set trigger delay time. More... | |
void | EADC_SetExtendSampleTime (EADC_T *eadc, uint32_t u32ModuleNum, uint32_t u32ExtendSampleTime) |
Set ADC extend sample time. More... | |
Variables | |
int32_t | g_EADC_i32ErrCode = 0 |
M480 series EADC driver source file.
SPDX-License-Identifier: Apache-2.0
Definition in file eadc.c.