![]() |
S145 SoftDevice for nRF54LV10 API documentation 10.0.0
|
| uint32_t sd_mutex_acquire | ( | nrf_mutex_t * | p_mutex | ) |
#include <nrf_soc.h>
Attempt to acquire a mutex.
| [in] | p_mutex | Pointer to the mutex to acquire. |
| NRF_SUCCESS | The mutex was successfully acquired. |
| NRF_ERROR_SOC_MUTEX_ALREADY_TAKEN | The mutex could not be acquired. |