ESP-IDF
coex_wifi_channel_change_cb_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
coex_wifi_channel_change_cb_t
coex_wifi_channel_change_cb_t
Syntax
Show:
Summary
Declaration
from
esp_coexist_internal.h:43
typedef
void
(
*
coex_wifi_channel_change_cb_t
)
(
uint8_t
primary
,
uint8_t
secondary
)
;
Examples
References
from
examples
Code
Location
typedef
void
(
*
coex_wifi_channel_change_cb_t
)
(
uint8_t
primary
,
uint8_t
secondary
)
;
esp_coexist_internal.h:43
int
coex_register_wifi_channel_change_callback
(
coex_wifi_channel_change_cb_t
callback
)
;
esp_coexist_internal.h:207
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