Searched refs:nrfx_atomic_u32_fetch_add (Results 1 – 3 of 3) sorted by relevance
214 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) nrfx_atomic_u32_fetch_add(p_data, value)
154 uint32_t nrfx_atomic_u32_fetch_add(nrfx_atomic_u32_t * p_data, uint32_t value);
197 uint32_t nrfx_atomic_u32_fetch_add(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_add() function
Completed in 4 milliseconds