ESP-IDF
lp_i2s_trans_t
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
lp_i2s_trans_t
lp_i2s_trans_t struct
LP I2S transaction type
Syntax
Show:
Summary
Declaration
from
i2s_types.h:68
typedef
struct
{
void
*
buffer
;
size_t
buflen
;
size_t
received_size
;
}
lp_i2s_trans_t
;
Fields
Field
Declared as
lp_i2s_trans_t::buffer
void
*
lp_i2s_trans_t::buflen
size_t
lp_i2s_trans_t::received_size
size_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
i2s_types.h:68
}
lp_i2s_trans_t
;
i2s_types.h:72
lp_i2s_trans_t
trans
;
/*!< transaction */
i2s_private.h:205
lp_i2s_channel_obj_t
lp_i2s_channel_obj_t::trans
}
lp_i2s_trans_t
;
i2s_types.h:72
lp_i2s_trans_t
lp_i2s_trans_t
trans
;
///< LP I2S transaction
i2s_types.h:94
lp_i2s_evt_data_t
lp_i2s_evt_data_t::trans
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
Instance
Scope
Location
Project
lp_i2s_evt_data_t::trans
lp_i2s_evt_data_t
i2s_types.h:94
lp_i2s_channel_obj_t::trans
lp_i2s_channel_obj_t
i2s_private.h:205
Lifecycle
from
examples
All items filtered out
All items filtered out