ESP-IDF
ble_npl_callout::co
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::co
ble_npl_callout::co field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:72
void
*
co
;
Examples
References
from
examples
Code
Location
Referrer
void
*
co
;
nimble_npl_os.h:72
struct
ble_npl_callout_freertos
*
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:252
npl_freertos_callout_mem_reset()
if
(
!
os_memblock_from
(
&
ble_freertos_co_pool
,
co
->
co
)
)
{
npl_os_freertos.c:703
npl_freertos_callout_init()
co
->
co
=
os_memblock_get
(
&
ble_freertos_co_pool
)
;
npl_os_freertos.c:704
npl_freertos_callout_init()
callout
=
(
struct
ble_npl_callout_freertos
*
)
co
->
co
;
npl_os_freertos.c:705
npl_freertos_callout_init()
co
->
co
=
NULL
;
npl_os_freertos.c:723
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()
co
->
co
=
NULL
;
npl_os_freertos.c:821
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_npl_callout::co
is written by 2 functions and is read by 8 functions:
npl_freertos_callout_init()
npl_freertos_callout_deinit()
All items filtered out
ble_npl_callout::co
npl_freertos_callout_mem_reset()
npl_freertos_callout_init()
npl_freertos_callout_deinit()
npl_freertos_callout_reset()
npl_freertos_callout_stop()
npl_freertos_callout_is_active()
npl_freertos_callout_remaining_ticks()
npl_freertos_callout_set_arg()
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