ESP-IDF
ble_npl_sem_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
ble_npl_sem_init()
ble_npl_sem_init() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:109
ble_npl_error_t
ble_npl_sem_init
(
struct
ble_npl_sem
*
sem
,
uint16_t
tokens
)
;
Implemented in
nimble_npl_os.h:243
Arguments
Argument
sem
tokens
Related Functions
Found 13 other functions taking a
ble_npl_sem
argument:
Function
ble_npl_sem_pend()
ble_npl_sem_release()
ble_npl_sem_deinit()
k_sem_init()
k_sem_give()
ble_npl_sem_get_count()
npl_freertos_sem_init()
npl_freertos_sem_deinit()
npl_freertos_sem_pend()
npl_freertos_sem_release()
k_sem_take()
npl_freertos_sem_get_count()
k_sem_reset()
Examples
References
from
examples
Code
Location
Referrer
ble_npl_sem_init
(
struct
ble_npl_sem
*
sem
,
uint16_t
tokens
)
nimble_npl_os.h:244
ble_npl_error_t
ble_npl_sem_init
(
struct
ble_npl_sem
*
sem
,
uint16_t
tokens
)
;
nimble_npl.h:109
rc
=
ble_npl_sem_init
(
&
ble_hs_hci_sem
,
0
)
;
ble_hs_hci.c:935
ble_hs_hci_init()
ble_npl_sem_init
(
sem
,
initial_count
)
;
glue.h:579
k_sem_init()
ble_npl_sem_init
(
sem
,
0
)
;
glue.h:597
k_sem_reset()
rc
=
ble_npl_sem_init
(
&
ble_hs_stop_sem
,
0
)
;
nimble_port.c:269
nimble_port_stop()
Call Tree
from
examples
ble_npl_sem_init()
is called by 4 functions and calls 1 function:
ble_hs_hci_init()
nimble_port_stop()
k_sem_init()
k_sem_reset()
All items filtered out
ble_npl_sem_init()
npl_funcs_t::p_ble_npl_sem_init
All items filtered out
Data Use
from
examples
ble_npl_sem_init()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_sem_init()
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