ESP-IDF
coex_adapter_funcs_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_adapter_funcs_t
coex_adapter_funcs_t struct
Syntax
Show:
Summary
Declaration
from
esp_coexist_adapter.h:21
typedef
struct
{
int32_t
_version
;
#if
CONFIG_IDF_TARGET_ESP32
void
*
(
*
_spin_lock_create
)
(
void
)
;
void
(
*
_spin_lock_delete
)
(
void
*
lock
)
;
uint32_t
(
*
_int_disable
)
(
void
*
mux
)
;
void
(
*
_int_enable
)
(
void
*
mux
,
uint32_t
tmp
)
;
#endif
void
(
*
_task_yield_from_isr
)
(
void
)
;
void
*
(
*
_semphr_create
)
(
uint32_t
max
,
uint32_t
init
)
;
void
(
*
_semphr_delete
)
(
void
*
semphr
)
;
int32_t
(
*
_semphr_take_from_isr
)
(
void
*
semphr
,
void
*
hptw
)
;
int32_t
(
*
_semphr_give_from_isr
)
(
void
*
semphr
,
void
*
hptw
)
;
int32_t
(
*
_semphr_take
)
(
void
*
semphr
,
uint32_t
block_time_tick
)
;
int32_t
(
*
_semphr_give
)
(
void
*
semphr
)
;
int
(
*
_is_in_isr
)
(
void
)
;
void
*
(
*
_malloc_internal
)
(
size_t
size
)
;
void
(
*
_free
)
(
void
*
p
)
;
int64_t
(
*
_esp_timer_get_time
)
(
void
)
;
bool
(
*
_env_is_chip
)
(
void
)
;
#if
CONFIG_IDF_TARGET_ESP32C2
uint32_t
(
*
_slowclk_cal_get
)
(
void
)
;
#endif
void
(
*
_timer_disarm
)
(
void
*
timer
)
;
void
(
*
_timer_done
)
(
void
*
ptimer
)
;
void
(
*
_timer_setfn
)
(
void
*
ptimer
,
void
*
pfunction
,
void
*
parg
)
;
void
(
*
_timer_arm_us
)
(
void
*
ptimer
,
uint32_t
us
,
bool
repeat
)
;
int
(
*
_debug_matrix_init
)
(
int
event
,
int
signal
,
bool
rev
)
;
int
(
*
_xtal_freq_get
)
(
void
)
;
int32_t
_magic
;
}
coex_adapter_funcs_t
;
Fields
Field
Declared as
coex_adapter_funcs_t::_version
int32_t
coex_adapter_funcs_t::_spin_lock_create
void
*
(
*
)
(
void
)
coex_adapter_funcs_t::_spin_lock_delete
void
(
*
)
(
void
*
lock
)
coex_adapter_funcs_t::_int_disable
uint32_t
(
*
)
(
void
*
mux
)
coex_adapter_funcs_t::_int_enable
void
(
*
)
(
void
*
mux
,
uint32_t
tmp
)
coex_adapter_funcs_t::_task_yield_from_isr
void
(
*
)
(
void
)
coex_adapter_funcs_t::_semphr_create
void
*
(
*
)
(
uint32_t
max
,
uint32_t
init
)
coex_adapter_funcs_t::_semphr_delete
void
(
*
)
(
void
*
semphr
)
coex_adapter_funcs_t::_semphr_take_from_isr
int32_t
(
*
)
(
void
*
semphr
,
void
*
hptw
)
coex_adapter_funcs_t::_semphr_give_from_isr
int32_t
(
*
)
(
void
*
semphr
,
void
*
hptw
)
coex_adapter_funcs_t::_semphr_take
int32_t
(
*
)
(
void
*
semphr
,
uint32_t
block_time_tick
)
coex_adapter_funcs_t::_semphr_give
int32_t
(
*
)
(
void
*
semphr
)
coex_adapter_funcs_t::_is_in_isr
int
(
*
)
(
void
)
coex_adapter_funcs_t::_malloc_internal
void
*
(
*
)
(
size_t
size
)
coex_adapter_funcs_t::_free
void
(
*
)
(
void
*
p
)
coex_adapter_funcs_t::_esp_timer_get_time
int64_t
(
*
)
(
void
)
coex_adapter_funcs_t::_env_is_chip
bool
(
*
)
(
void
)
coex_adapter_funcs_t::_timer_disarm
void
(
*
)
(
void
*
timer
)
coex_adapter_funcs_t::_timer_done
void
(
*
)
(
void
*
ptimer
)
coex_adapter_funcs_t::_timer_setfn
void
(
*
)
(
void
*
ptimer
,
void
*
pfunction
,
void
*
parg
)
coex_adapter_funcs_t::_timer_arm_us
void
(
*
)
(
void
*
ptimer
,
uint32_t
us
,
bool
repeat
)
coex_adapter_funcs_t::_debug_matrix_init
int
(
*
)
(
int
event
,
int
signal
,
bool
rev
)
coex_adapter_funcs_t::_xtal_freq_get
int
(
*
)
(
void
)
coex_adapter_funcs_t::_magic
int32_t
Examples
References
from
examples
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