ESP-IDF
i2s_channel_obj_t::start
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
i2s_channel_obj_t::start
i2s_channel_obj_t::start field
start tx/rx channel
Syntax
Show:
Summary
Declaration
from
i2s_private.h:179
void
(
*
start
)
(
i2s_chan_handle_t
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
start
)
(
i2s_chan_handle_t
)
;
/*!< start tx/rx channel */
i2s_private.h:179
new_chan
->
start
=
NULL
;
i2s_common.c:348
i2s_register_channel()
i2s_obj
->
tx_chan
->
start
=
i2s_tx_channel_start
;
i2s_common.c:983
i2s_new_channel()
i2s_obj
->
rx_chan
->
start
=
i2s_rx_channel_start
;
i2s_common.c:996
i2s_new_channel()
handle
->
start
(
handle
)
;
i2s_common.c:1169
i2s_channel_enable()
Call Tree
from
examples
i2s_channel_obj_t::start
is called by 1 function:
i2s_channel_enable()
All items filtered out
i2s_channel_obj_t::start
All items filtered out
Data Use
from
examples
i2s_channel_obj_t::start
is written by 2 functions:
i2s_register_channel()
i2s_new_channel()
All items filtered out
i2s_channel_obj_t::start
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
i2s_channel_obj_t::start
implements 2 functionss:
i2s_tx_channel_start()
i2s_rx_channel_start()
All items filtered out
i2s_channel_obj_t::start
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out