Searched refs:nrfx_atomic_u32_fetch_or (Results 1 – 3 of 3) sorted by relevance
182 #define NRFX_ATOMIC_FETCH_OR(p_data, value) nrfx_atomic_u32_fetch_or(p_data, value)
88 uint32_t nrfx_atomic_u32_fetch_or(nrfx_atomic_u32_t * p_data, uint32_t value);
83 uint32_t nrfx_atomic_u32_fetch_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_or() function370 return nrfx_atomic_u32_fetch_or(p_data, 1); in nrfx_atomic_flag_set_fetch()
Completed in 4 milliseconds