ESP-IDF
lp_i2s_controller_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_controller_t
lp_i2s_controller_t struct
lp i2s controller type
Syntax
Show:
Summary
Declaration
from
i2s_private.h:186
typedef
struct
{
int
id
;
lp_i2s_hal_context_t
hal
;
uint32_t
chan_occupancy
;
lp_i2s_chan_handle_t
rx_chan
;
intr_handle_t
intr
;
}
lp_i2s_controller_t
;
Fields
Field
Declared as
Description
lp_i2s_controller_t::id
int
lp i2s port id.
lp_i2s_controller_t::hal
lp_i2s_hal_context_t
hal context.
lp_i2s_controller_t::chan_occupancy
uint32_t
channel occupancy (rx/tx).
lp_i2s_controller_t::rx_chan
lp_i2s_chan_handle_t
rx channel handle.
lp_i2s_controller_t::intr
intr_handle_t
interrupt handle.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
i2s_private.h:186
}
lp_i2s_controller_t
;
i2s_private.h:192
lp_i2s_controller_t
lp_i2s_controller_t
*
ctlr
;
/*!< Parent pointer to controller object */
i2s_private.h:199
lp_i2s_channel_obj_t
lp_i2s_channel_obj_t::ctlr
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_channel_obj_t::ctlr
lp_i2s_channel_obj_t
i2s_private.h:199
Lifecycle
from
examples
All items filtered out
All items filtered out