ESP-IDF
check_i2c_driver_conflict()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
check_i2c_driver_conflict()
check_i2c_driver_conflict() function
This function will be called during start up, to check that this legacy i2c driver is not running along with the new I2C driver
Syntax
Show:
Summary
Declaration
from
i2c.c:1712
__attribute__
(
(
constructor
)
)
static
void
check_i2c_driver_conflict
(
void
)
;
Examples
References
from
examples
Code
Location
static
void
check_i2c_driver_conflict
(
void
)
i2c.c:1713
Call Tree
from
examples
check_i2c_driver_conflict()
calls 4 functions:
All items filtered out
check_i2c_driver_conflict()
esp_log_get_default_level()
abort()
esp_rom_printf()
esp_log_timestamp()
All items filtered out
Data Use
from
examples
check_i2c_driver_conflict()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
I2C_TAG
i2c_acquire_bus_handle()
All items filtered out
check_i2c_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