ESP-IDF
coex_schm_callback_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
coex_schm_callback_type_t
coex_schm_callback_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_coexist_internal.h:25
enum
{
COEX_SCHM_CALLBACK_TYPE_WIFI
=
0
,
COEX_SCHM_CALLBACK_TYPE_BT
,
COEX_SCHM_CALLBACK_TYPE_I154
,
}
;
Values
Value
Declared as
coex_schm_callback_type_t::COEX_SCHM_CALLBACK_TYPE_WIFI
=
0
coex_schm_callback_type_t::COEX_SCHM_CALLBACK_TYPE_BT
coex_schm_callback_type_t::COEX_SCHM_CALLBACK_TYPE_I154
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_coexist_internal.h:25
}
coex_schm_callback_type_t
;
esp_coexist_internal.h:29
coex_schm_callback_type_t
int
coex_schm_register_callback
(
coex_schm_callback_type_t
type
,
void
*
callback
)
;
esp_coexist_internal.h:316
coex_schm_register_callback()
coex_schm_register_callback()::type
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
coex_schm_register_callback()::type
coex_schm_register_callback()
esp_coexist_internal.h:316
Lifecycle
from
examples
All items filtered out
All items filtered out