Select one of the symbols to view example projects that use it.
 
Outline
#define __GPIO_PCM_CONFIG_H__
#define ACOUSTIC_ECHO_CANCELLATION_ENABLE
app_gpio_pcm_io_cfg();
app_gpio_aec_io_cfg();
Files
loading...
SourceVuESP-IDF Framework and Exampleshfp_hf samplemain/gpio_pcm_config.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Unlicense OR CC0-1.0 *//* ... */ #ifndef __GPIO_PCM_CONFIG_H__ #define __GPIO_PCM_CONFIG_H__ #define ACOUSTIC_ECHO_CANCELLATION_ENABLE 1 void app_gpio_pcm_io_cfg(void); #if ACOUSTIC_ECHO_CANCELLATION_ENABLE void app_gpio_aec_io_cfg(void); #endif /* ACOUSTIC_ECHO_CANCELLATION_ENABLE */ /* ... */ #endif /* #define __GPIO_PCM_CONFIG_H__ */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.