ESP-IDF
lp_i2s_callback_t
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
lp_i2s_callback_t
lp_i2s_callback_t
LP I2S event callback type
Syntax
Show:
Summary
Declaration
from
i2s_types.h:119
typedef
bool
(
*
lp_i2s_callback_t
)
(
lp_i2s_chan_handle_t
handle
,
lp_i2s_evt_data_t
*
event
,
void
*
user_ctx
)
;
Examples
References
from
examples
Code
Location
typedef
bool
(
*
lp_i2s_callback_t
)
(
lp_i2s_chan_handle_t
handle
,
lp_i2s_evt_data_t
*
event
,
void
*
user_ctx
)
;
i2s_types.h:119
lp_i2s_callback_t
on_thresh_met
;
///< Triggered when the received bytes are bigger than `lp_i2s_chan_config_t:threshold`
i2s_private.h:103
lp_i2s_callback_t
on_request_new_trans
;
///< Triggered when a new transaction buffer is needed, when this callback is registered, you don't need to use `lp_i2s_channel_read` to get data, you can get data via this callback asynchronously
i2s_private.h:104
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