Sming Framework API
()
Toggle main menu visibility
Sming
Arch
Esp32
Components
driver
include
driver
adc.h
Go to the documentation of this file.
1
#pragma once
2
#include "c_types.h"
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
uint16_t
system_adc_read
(
void
);
9
void
system_adc_read_fast
(
uint16_t
* adc_addr,
uint16_t
adc_num, uint8_t adc_clk_div);
10
uint16_t
system_get_vdd33
(
void
);
11
12
#ifdef __cplusplus
13
}
14
#endif
15
system_adc_read_fast
void system_adc_read_fast(uint16_t *adc_addr, uint16_t adc_num, uint8_t adc_clk_div)
system_adc_read
uint16_t system_adc_read(void)
system_get_vdd33
uint16_t system_get_vdd33(void)
uint16_t
Generated by
1.8.13