ESP-IDF
ble_npl_sem_get_count()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_get_count()
ble_npl_sem_get_count() function
Syntax
Show:
Summary
Declaration
Definition
from
nimble_npl.h:118
uint16_t
ble_npl_sem_get_count
(
struct
ble_npl_sem
*
sem
)
;
Implemented in
nimble_npl_os.h:267
Arguments
Argument
sem
Related Functions
Found 13 other functions taking a
ble_npl_sem
argument:
Function
ble_npl_sem_init()
ble_npl_sem_pend()
ble_npl_sem_release()
ble_npl_sem_deinit()
k_sem_init()
k_sem_give()
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_get_count
(
struct
ble_npl_sem
*
sem
)
nimble_npl_os.h:268
uint16_t
ble_npl_sem_get_count
(
struct
ble_npl_sem
*
sem
)
;
nimble_npl.h:118
if
(
ble_npl_sem_get_count
(
&
ble_hs_hci_sem
)
>
0
)
{
ble_hs_hci.c:605
ble_hs_hci_rx_ack()
Call Tree
from
examples
ble_npl_sem_get_count()
is called by 1 function and calls 1 function:
ble_hs_hci_rx_ack()
All items filtered out
ble_npl_sem_get_count()
npl_funcs_t::p_ble_npl_sem_get_count
All items filtered out
Data Use
from
examples
ble_npl_sem_get_count()
reads 1 variable:
npl_funcs
All items filtered out
ble_npl_sem_get_count()
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