ESP-IDF
ble_npl_mutex::mutex
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::mutex
ble_npl_mutex::mutex field
Syntax
Show:
Summary
Declaration
from
nimble_npl_os.h:76
void
*
mutex
;
Examples
References
from
examples
Code
Location
Referrer
void
*
mutex
;
nimble_npl_os.h:76
if
(
!
os_memblock_from
(
&
ble_freertos_mutex_pool
,
mu
->
mutex
)
)
{
npl_os_freertos.c:394
npl_freertos_mutex_init()
mu
->
mutex
=
os_memblock_get
(
&
ble_freertos_mutex_pool
)
;
npl_os_freertos.c:395
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()
mu
->
mutex
=
NULL
;
npl_os_freertos.c:441
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_npl_mutex::mutex
is written by 2 functions and is read by 4 functions:
npl_freertos_mutex_init()
npl_freertos_mutex_deinit()
All items filtered out
ble_npl_mutex::mutex
npl_freertos_mutex_init()
npl_freertos_mutex_deinit()
npl_freertos_mutex_pend()
npl_freertos_mutex_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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out