S115 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ sd_mutex_acquire()

uint32_t sd_mutex_acquire ( nrf_mutex_t * p_mutex)

#include <nrf_soc.h>

Attempt to acquire a mutex.

Parameters
[in]p_mutexPointer to the mutex to acquire.
Return values
NRF_SUCCESSThe mutex was successfully acquired.
NRF_ERROR_SOC_MUTEX_ALREADY_TAKENThe mutex could not be acquired.