ESP-IDF
i2c_cmd_desc_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2c_cmd_desc_t
i2c_cmd_desc_t struct
Syntax
Show:
Summary
Declaration
from
i2c.c:156
typedef
struct
{
i2c_cmd_link_t
*
head
;
i2c_cmd_link_t
*
cur
;
i2c_cmd_link_t
*
free
;
void
*
free_buffer
;
uint32_t
free_size
;
}
i2c_cmd_desc_t
;
Fields
Field
Declared as
Description
i2c_cmd_desc_t::head
i2c_cmd_link_t
*
head of the command link.
i2c_cmd_desc_t::cur
i2c_cmd_link_t
*
last node of the command link.
i2c_cmd_desc_t::free
i2c_cmd_link_t
*
the first node to free of the command link.
i2c_cmd_desc_t::free_buffer
void
*
pointer to the next free data in user's buffer.
i2c_cmd_desc_t::free_size
uint32_t
remaining size of the user's buffer.
Related Functions
Found 3 other functions taking a
i2c_cmd_desc_t
argument:
Function
i2c_cmd_link_is_static()
i2c_cmd_allocate()
i2c_cmd_log_alloc_error()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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