ESP-IDF
i2c_cmd_log_alloc_error()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_cmd_log_alloc_error()
i2c_cmd_log_alloc_error() function
Syntax
Show:
Summary
Declaration
from
i2c.c:1242
static
inline
void
i2c_cmd_log_alloc_error
(
i2c_cmd_desc_t
*
cmd_desc
)
;
Arguments
Argument
cmd_desc
Related Functions
Found 2 other functions taking a
i2c_cmd_desc_t
argument:
Function
i2c_cmd_link_is_static()
i2c_cmd_allocate()
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
i2c_cmd_log_alloc_error
(
i2c_cmd_desc_t
*
cmd_desc
)
i2c.c:1242
i2c_cmd_log_alloc_error
(
cmd_desc
)
;
i2c.c:1261
i2c_cmd_link_append()
i2c_cmd_log_alloc_error
(
cmd_desc
)
;
i2c.c:1270
i2c_cmd_link_append()
Call Tree
from
examples
i2c_cmd_log_alloc_error()
is called by 1 function and calls 3 functions:
i2c_cmd_link_append()
All items filtered out
i2c_cmd_log_alloc_error()
esp_log_timestamp()
esp_log_write()
i2c_cmd_link_is_static()
All items filtered out
Data Use
from
examples
i2c_cmd_log_alloc_error()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
I2C_TAG
All items filtered out
i2c_cmd_log_alloc_error()
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