ESP-IDF
check_i2s_driver_conflict()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
check_i2s_driver_conflict()
check_i2s_driver_conflict() function
This function will be called during start up, to check that the new i2s driver is not running along with the legacy i2s driver
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:1964
static
__attribute__
(
(
constructor
)
)
void
check_i2s_driver_conflict
(
void
)
;
Examples
References
from
examples
Code
Location
static
__attribute__
(
(
constructor
)
)
void
check_i2s_driver_conflict
(
void
)
i2s_legacy.c:1964
Call Tree
from
examples
check_i2s_driver_conflict()
calls 4 functions:
All items filtered out
check_i2s_driver_conflict()
esp_log_get_default_level()
abort()
esp_rom_printf()
esp_log_timestamp()
All items filtered out
Data Use
from
examples
check_i2s_driver_conflict()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
TAG
i2s_del_channel()
All items filtered out
check_i2s_driver_conflict()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out