DIY Logging Volt/Ampmeter
|
This file contains all the function prototypes for the adc.c file. More...
#include "main.h"
Go to the source code of this file.
Functions | |
void | MX_ADC1_Init (void) |
void | MX_ADC2_Init (void) |
void | Activate_ADC (void) |
Perform ADC activation procedure to make it ready to convert (ADC instance: ADC2). More... | |
void | startBattVoltMeasurement (void) |
void | AdcGrpRegularUnitaryConvComplete_Callback (void) |
ADC group regular end of unitary conversion interruption callback. More... | |
This file contains all the function prototypes for the adc.c file.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file adc.h.
void Activate_ADC | ( | void | ) |
Perform ADC activation procedure to make it ready to convert (ADC instance: ADC2).
None |
None |
Definition at line 197 of file adc.c.
void AdcGrpRegularUnitaryConvComplete_Callback | ( | void | ) |
ADC group regular end of unitary conversion interruption callback.
None |
Definition at line 313 of file adc.c.
void MX_ADC1_Init | ( | void | ) |
void MX_ADC2_Init | ( | void | ) |