Avalon Firmware
 
Loading...
Searching...
No Matches
adc.h File Reference

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 MX_ADC3_Init (void)
 

Variables

ADC_HandleTypeDef hadc1
 
ADC_HandleTypeDef hadc2
 
ADC_HandleTypeDef hadc3
 

Detailed Description

This file contains all the function prototypes for the adc.c file.

Attention

Copyright (c) 2024 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Function Documentation

◆ MX_ADC1_Init()

void MX_ADC1_Init ( void )

Common config

Configure the ADC multi-mode

Configure Regular Channel

Configure Regular Channel

◆ MX_ADC2_Init()

void MX_ADC2_Init ( void )

Common config

Configure Regular Channel

Configure Regular Channel

Configure Regular Channel

◆ MX_ADC3_Init()

void MX_ADC3_Init ( void )

Common config

Configure the ADC multi-mode

Configure Regular Channel

Variable Documentation

◆ hadc1

ADC_HandleTypeDef hadc1
extern

◆ hadc2

ADC_HandleTypeDef hadc2
extern

◆ hadc3

ADC_HandleTypeDef hadc3
extern