Select one of the symbols to view example projects that use it.
 
Outline
#include "soc/sdm_periph.h"
#include "soc/gpio_sig_map.h"
sigma_delta_periph_signals
Files
loading...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/soc/esp32/sdm_periph.c
 
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
30
31
32
33
34
35
36
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */ #include "soc/sdm_periph.h" #include "soc/gpio_sig_map.h" const sigma_delta_signal_conn_t sigma_delta_periph_signals = { .channels = { [0] = { GPIO_SD0_OUT_IDX }{...}, [1] = { GPIO_SD1_OUT_IDX }{...}, [2] = { GPIO_SD2_OUT_IDX }{...}, [3] = { GPIO_SD3_OUT_IDX }{...}, [4] = { GPIO_SD4_OUT_IDX }{...}, [5] = { GPIO_SD5_OUT_IDX }{...}, [6] = { GPIO_SD6_OUT_IDX }{...}, [7] = { GPIO_SD7_OUT_IDX }{...} }{...} }{...};
Details
Show:
from
Types: Columns: