ESP-IDF
coex_prefer_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_prefer_t
coex_prefer_t enum
Syntax
Show:
Summary
Declaration
from
esp_coexist_internal.h:18
enum
{
COEX_PREFER_WIFI
=
0
,
COEX_PREFER_BT
,
COEX_PREFER_BALANCE
,
COEX_PREFER_NUM
,
}
;
Values
Value
Declared as
coex_prefer_t::COEX_PREFER_WIFI
=
0
coex_prefer_t::COEX_PREFER_BT
coex_prefer_t::COEX_PREFER_BALANCE
coex_prefer_t::COEX_PREFER_NUM
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_coexist_internal.h:18
}
coex_prefer_t
;
esp_coexist_internal.h:23
return
coex_preference_set
(
(
coex_prefer_t
)
prefer
)
;
coexist.c:46
esp_coex_preference_set()
}
coex_prefer_t
;
esp_coexist_internal.h:23
coex_prefer_t
esp_err_t
coex_preference_set
(
coex_prefer_t
prefer
)
;
esp_coexist_internal.h:103
coex_preference_set()
coex_preference_set()::prefer
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_preference_set()::prefer
coex_preference_set()
esp_coexist_internal.h:103
Lifecycle
from
examples
All items filtered out
All items filtered out