Searched refs:nrfx_atomic_u32_fetch_xor (Results 1 – 3 of 3) sorted by relevance
203 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) nrfx_atomic_u32_fetch_xor(p_data, value)
132 uint32_t nrfx_atomic_u32_fetch_xor(nrfx_atomic_u32_t * p_data, uint32_t value);
159 uint32_t nrfx_atomic_u32_fetch_xor(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_xor() function
Completed in 3 milliseconds