Skip to content

Commit 26acd96

Browse files
smalaeasmellby
authored andcommitted
wiseconnect: ADC SDK files
Origin: Silicon Labs WiseConnect SDK License: Zlib URL: https://github.com/siliconlabs/wiseconnect Commit: 05ef77e82bb473fdf157d33fb9cbf6e1d9a11a9e Version: v3.5.0-rc3 Purpose: Add ADC driver for SiWx917 Signed-off-by: Sai Santhosh Malae <[email protected]>
1 parent 389726f commit 26acd96

File tree

11 files changed

+6230
-0
lines changed

11 files changed

+6230
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/******************************************************************************
2+
* @file aux_reference_volt_config.h
3+
*******************************************************************************
4+
* # License
5+
* <b>Copyright 2024 Silicon Laboratories Inc. www.silabs.com</b>
6+
*******************************************************************************
7+
*
8+
* SPDX-License-Identifier: Zlib
9+
*
10+
* The licensor of this software is Silicon Laboratories Inc.
11+
*
12+
* This software is provided 'as-is', without any express or implied
13+
* warranty. In no event will the authors be held liable for any damages
14+
* arising from the use of this software.
15+
*
16+
* Permission is granted to anyone to use this software for any purpose,
17+
* including commercial applications, and to alter it and redistribute it
18+
* freely, subject to the following restrictions:
19+
*
20+
* 1. The origin of this software must not be misrepresented; you must not
21+
* claim that you wrote the original software. If you use this software
22+
* in a product, an acknowledgment in the product documentation would be
23+
* appreciated but is not required.
24+
* 2. Altered source versions must be plainly marked as such, and must not be
25+
* misrepresented as being the original software.
26+
* 3. This notice may not be removed or altered from any source distribution.
27+
*
28+
******************************************************************************/
29+
30+
// Includes Files
31+
32+
#include "rsi_error.h"
33+
#include "base_types.h"
34+
35+
#ifndef RSI_AUX_REF_VOLT_CONFIG_H
36+
#define RSI_AUX_REF_VOLT_CONFIG_H
37+
38+
#ifdef __cplusplus
39+
extern "C" {
40+
#endif
41+
42+
rsi_error_t RSI_AUX_RefVoltageConfig(float verf_val, float chip_vltg);
43+
#ifdef __cplusplus
44+
}
45+
#endif
46+
47+
#endif // RSI_AUX_REF_VOLT_CONFIG_H

0 commit comments

Comments
 (0)