ESP-IDF
npl_freertos_callout_set_arg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
npl_freertos_callout_set_arg()
npl_freertos_callout_set_arg() function
Syntax
Show:
Summary
Declaration
from
npl_os_freertos.c:953
void
npl_freertos_callout_set_arg
(
struct
ble_npl_callout
*
co
,
void
*
arg
)
;
Arguments
Argument
co
arg
Related Functions
Found 19 other functions taking a
ble_npl_callout
argument:
Function
ble_npl_callout_reset()
ble_npl_callout_init()
ble_npl_callout_stop()
ble_npl_callout_deinit()
ble_npl_callout_is_active()
ble_npl_callout_get_ticks()
k_work_init()
k_work_submit()
k_work_add_arg()
ble_npl_callout_remaining_ticks()
ble_npl_callout_set_arg()
npl_freertos_callout_init()
npl_freertos_callout_deinit()
npl_freertos_callout_stop()
npl_freertos_callout_is_active()
npl_freertos_callout_get_ticks()
npl_freertos_callout_reset()
npl_freertos_callout_remaining_ticks()
npl_freertos_callout_mem_reset()
Examples
References
from
examples
Code
Location
npl_freertos_callout_set_arg
(
struct
ble_npl_callout
*
co
,
void
*
arg
)
npl_os_freertos.c:954
.
p_ble_npl_callout_set_arg
=
npl_freertos_callout_set_arg
,
npl_os_freertos.c:1109
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
npl_freertos_callout_set_arg()
reads 3 variables and writes 1 variable:
ble_npl_event::event
ble_npl_callout::co
ble_npl_callout_freertos::ev
All items filtered out
npl_freertos_callout_set_arg()
ble_npl_event_freertos::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
npl_freertos_callout_set_arg()
is implemented by 1 functions:
All items filtered out
npl_freertos_callout_set_arg()
npl_funcs_t::p_ble_npl_callout_set_arg
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out