ESP-IDF
i2s_channel_obj_t::stop
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::stop
i2s_channel_obj_t::stop field
stop tx/rx channel
Syntax
Show:
Summary
Declaration
from
i2s_private.h:180
void
(
*
stop
)
(
i2s_chan_handle_t
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
stop
)
(
i2s_chan_handle_t
)
;
/*!< stop tx/rx channel */
i2s_private.h:180
new_chan
->
stop
=
NULL
;
i2s_common.c:349
i2s_register_channel()
i2s_obj
->
tx_chan
->
stop
=
i2s_tx_channel_stop
;
i2s_common.c:984
i2s_new_channel()
i2s_obj
->
rx_chan
->
stop
=
i2s_rx_channel_stop
;
i2s_common.c:997
i2s_new_channel()
handle
->
stop
(
handle
)
;
i2s_common.c:1202
i2s_channel_disable()
Call Tree
from
examples
i2s_channel_obj_t::stop
is called by 1 function:
i2s_channel_disable()
All items filtered out
i2s_channel_obj_t::stop
All items filtered out
Data Use
from
examples
i2s_channel_obj_t::stop
is written by 2 functions:
i2s_register_channel()
i2s_new_channel()
All items filtered out
i2s_channel_obj_t::stop
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::stop
implements 2 functionss:
i2s_tx_channel_stop()
i2s_rx_channel_stop()
All items filtered out
i2s_channel_obj_t::stop
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out