ESP-IDF
coex_func_cb_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
coex_func_cb_t
coex_func_cb_t
Syntax
Show:
Summary
Declaration
from
esp_coexist_internal.h:41
typedef
void
(
*
coex_func_cb_t
)
(
uint32_t
event
,
int
sched_cnt
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
coex_func_cb_t
)
(
uint32_t
event
,
int
sched_cnt
)
;
esp_coexist_internal.h:41
int
(
*
_coex_register_bt_cb
)
(
coex_func_cb_t
cb
)
;
bt.c:168
static
int
coex_register_bt_cb_wrapper
(
coex_func_cb_t
cb
)
;
bt.c:307
static
int
coex_register_bt_cb_wrapper
(
coex_func_cb_t
cb
)
bt.c:1131
coex_register_bt_cb_wrapper()
int
coex_register_bt_cb
(
coex_func_cb_t
callback
)
;
esp_coexist_internal.h:182
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