Searched refs:nrfx_atomic_u32_fetch_sub (Results 1 – 3 of 3) sorted by relevance
225 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) nrfx_atomic_u32_fetch_sub(p_data, value)
176 uint32_t nrfx_atomic_u32_fetch_sub(nrfx_atomic_u32_t * p_data, uint32_t value);
235 uint32_t nrfx_atomic_u32_fetch_sub(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_sub() function
Completed in 3 milliseconds