Home
last modified time | relevance | path

Searched refs:mutex (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_mutex.c12 bool nrf_mutex_lock(NRF_MUTEX_Type * p_reg, uint8_t mutex) in nrf_mutex_lock() argument
15 return (nhw_MUTEX_regr_sideeffects_MUTEX(mutex) == MUTEX_MUTEX_MUTEX_Unlocked); in nrf_mutex_lock()
18 void nrf_mutex_unlock(NRF_MUTEX_Type * p_reg, uint8_t mutex) in nrf_mutex_unlock() argument
21 nhw_MUTEX_regw_sideeffects_MUTEX(mutex); in nrf_mutex_unlock()