mirror of
https://github.com/espressif/esp-idf
synced 2025-03-30 03:10:11 -04:00
17 lines
468 B
C
17 lines
468 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* @file regi2c_saradc.h
|
|
* @brief Register definitions for analog to calibrate initial code for getting a more precise voltage of SAR ADC.
|
|
*
|
|
* This file lists register fields of SAR, located on an internal configuration
|
|
* bus. These definitions are used via macros defined in regi2c_ctrl.h, by
|
|
* function in adc_ll.h.
|
|
*/
|