ESP-IDF
npl_freertos_sem_release()
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
npl_freertos_sem_release()
npl_freertos_sem_release() function
Syntax
Show:
Summary
Declaration
Definition
from
npl_freertos.h:84
ble_npl_error_t
npl_freertos_sem_release
(
struct
ble_npl_sem
*
sem
)
;
Implemented in
npl_os_freertos.c:619
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()
ble_npl_sem_get_count()
npl_freertos_sem_init()
npl_freertos_sem_deinit()
npl_freertos_sem_pend()
k_sem_take()
npl_freertos_sem_get_count()
k_sem_reset()
Examples
References
from
examples
Code
Location
npl_freertos_sem_release
(
struct
ble_npl_sem
*
sem
)
npl_os_freertos.c:620
ble_npl_error_t
npl_freertos_sem_release
(
struct
ble_npl_sem
*
sem
)
;
npl_freertos.h:84
.
p_ble_npl_sem_release
=
npl_freertos_sem_release
,
npl_os_freertos.c:1099
Call Tree
from
examples
npl_freertos_sem_release()
calls 6 functions:
All items filtered out
npl_freertos_sem_release()
__assert_func()
_frxt_setup_switch()
xQueueGiveFromISR()
xQueueGenericSend()
ets_printf()
in_isr()
All items filtered out
Data Use
from
examples
npl_freertos_sem_release()
reads 4 variables:
ble_npl_error::BLE_NPL_OK
ble_npl_error::BLE_NPL_INVALID_PARAM
ble_npl_sem::sem
ble_npl_sem_freertos::handle
All items filtered out
npl_freertos_sem_release()
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_sem_release()
is implemented by 1 functions:
All items filtered out
npl_freertos_sem_release()
npl_funcs_t::p_ble_npl_sem_release
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out