ESP-IDF
ble_npl_mutex_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_mutex_freertos
ble_npl_mutex_freertos struct
Syntax
Show:
Summary
Declaration
from
npl_freertos.h:49
struct
ble_npl_mutex_freertos
{
SemaphoreHandle_t
handle
;
}
;
Fields
Field
Declared as
ble_npl_mutex_freertos::handle
SemaphoreHandle_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ble_npl_mutex_freertos
{
npl_freertos.h:49
OS_MEMPOOL_SIZE
(
BLE_TOTAL_MUTEX_COUNT
,
sizeof
(
struct
ble_npl_mutex_freertos
)
)
npl_os_freertos.c:148
struct
ble_npl_mutex_freertos
*
mutex
=
NULL
;
npl_os_freertos.c:392
npl_freertos_mutex_init()
mutex
=
(
struct
ble_npl_mutex_freertos
*
)
mu
->
mutex
;
npl_os_freertos.c:396
npl_freertos_mutex_init()
struct
ble_npl_mutex_freertos
*
mutex
=
(
struct
ble_npl_mutex_freertos
*
)
mu
->
mutex
;
npl_os_freertos.c:427
npl_freertos_mutex_deinit()
struct
ble_npl_mutex_freertos
*
mutex
=
(
struct
ble_npl_mutex_freertos
*
)
mu
->
mutex
;
npl_os_freertos.c:496
npl_freertos_mutex_pend()
struct
ble_npl_mutex_freertos
*
mutex
=
(
struct
ble_npl_mutex_freertos
*
)
mu
->
mutex
;
npl_os_freertos.c:517
npl_freertos_mutex_release()
sizeof
(
struct
ble_npl_mutex_freertos
)
,
ble_freertos_mutex_buf
,
npl_os_freertos.c:1199
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