ESP-IDF
ble_npl_event_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_event_freertos
ble_npl_event_freertos struct
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:29
struct
ble_npl_event_freertos
{
bool
queued
;
ble_npl_event_fn
*
fn
;
void
*
arg
;
}
;
Fields
Field
Declared as
ble_npl_event_freertos::queued
bool
ble_npl_event_freertos::fn
ble_npl_event_fn
*
ble_npl_event_freertos::arg
void
*
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_event_freertos
{
npl_freertos.h:29
typedef
void
ble_npl_event_fn_freertos
(
struct
ble_npl_event_freertos
*
ev
)
;
npl_freertos.h:57
OS_MEMPOOL_SIZE
(
BLE_TOTAL_EV_COUNT
,
sizeof
(
struct
ble_npl_event_freertos
)
)
npl_os_freertos.c:128
struct
ble_npl_event_freertos
*
event
=
NULL
;
npl_os_freertos.c:169
npl_freertos_event_init()
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:179
npl_freertos_event_init()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:202
npl_freertos_event_reset()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:287
npl_freertos_eventq_get()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:302
npl_freertos_eventq_put()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:332
npl_freertos_eventq_remove()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:449
npl_freertos_event_run()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:465
npl_freertos_event_is_queued()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:475
npl_freertos_event_get_arg()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
ev
->
event
;
npl_os_freertos.c:485
npl_freertos_event_set_arg()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
callout
->
ev
.
event
;
npl_os_freertos.c:655
ble_npl_event_fn_wrapper()
struct
ble_npl_event_freertos
*
event
=
(
struct
ble_npl_event_freertos
*
)
callout
->
ev
.
event
;
npl_os_freertos.c:957
npl_freertos_callout_set_arg()
sizeof
(
struct
ble_npl_event_freertos
)
,
ble_freertos_ev_buf
,
npl_os_freertos.c:1171
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