|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Mutex mapped onto TX_MUTEX. More...
#include <nimble_npl_os.h>
Data Fields | |
| TX_MUTEX | handle |
| Backing ThreadX mutex. | |
Mutex mapped onto TX_MUTEX.
Priority inheritance is left at the ThreadX default chosen by ble_npl_mutex_init.
Definition at line 170 of file nimble_npl_os.h.
| TX_MUTEX ble_npl_mutex::handle |
Backing ThreadX mutex.
Definition at line 171 of file nimble_npl_os.h.
Referenced by ble_npl_mutex_init(), ble_npl_mutex_pend(), and ble_npl_mutex_release().