ESP-IDF
ble_npl_callout_freertos
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
ble_npl_callout_freertos
ble_npl_callout_freertos struct
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:39
struct
ble_npl_callout_freertos
{
#if
CONFIG_BT_NIMBLE_USE_ESP_TIMER
esp_timer_handle_t
handle
;
#else
TimerHandle_t
handle
;
#endif
struct
ble_npl_eventq
*
evq
;
struct
ble_npl_event
ev
;
}
;
Fields
Field
Declared as
ble_npl_callout_freertos::handle
esp_timer_handle_t
ble_npl_callout_freertos::evq
struct
ble_npl_eventq
*
ble_npl_callout_freertos::ev
struct
ble_npl_event
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_callout_freertos
{
npl_freertos.h:39
OS_MEMPOOL_SIZE
(
BLE_TOTAL_CO_COUNT
,
sizeof
(
struct
ble_npl_callout_freertos
)
)
npl_os_freertos.c:138
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:252
npl_freertos_callout_mem_reset()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
arg
;
npl_os_freertos.c:649
ble_npl_event_fn_wrapper()
struct
ble_npl_callout_freertos
*
callout
=
NULL
;
npl_os_freertos.c:700
npl_freertos_callout_init()
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:705
npl_freertos_callout_init()
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:740
npl_freertos_callout_init()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:796
npl_freertos_callout_deinit()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:836
npl_freertos_callout_reset()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:869
npl_freertos_callout_stop()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:885
npl_freertos_callout_is_active()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:919
npl_freertos_callout_remaining_ticks()
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:956
npl_freertos_callout_set_arg()
sizeof
(
struct
ble_npl_callout_freertos
)
,
ble_freertos_co_buf
,
npl_os_freertos.c:1185
npl_freertos_mempool_init()
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