Select one of the symbols to view example projects that use it.
 
Outline
#include "soc/soc_caps.h"
sigma_delta_signal_conn_t
sigma_delta_periph_signals;
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/soc/include/soc/sdm_periph.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #pragma once #include "soc/soc_caps.h" #ifdef __cplusplus extern "C" { #endif #if SOC_SDM_SUPPORTED typedef struct { struct { const int sd_sig; }{ ... } channels[SOC_SDM_CHANNELS_PER_GROUP]; }{ ... } sigma_delta_signal_conn_t; extern const sigma_delta_signal_conn_t sigma_delta_periph_signals; /* ... */ #endif // SOC_SDM_SUPPORTED #ifdef __cplusplus }{...} #endif
Details
Show:
from
Types: Columns: