Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/helpers/
Dnrfx_flag32_allocator.c36 static bool nrfx_flag32_atomic_cas(nrfx_atomic_t * p_data, uint32_t old_value, uint32_t new_value) in nrfx_flag32_atomic_cas() argument
42 *p_data = new_value; in nrfx_flag32_atomic_cas()
49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
50 nrfx_flag32_atomic_cas(p_data, old_value, new_value)
/hal_nordic-3.4.0/nrfx/templates/
Dnrfx_glue.h236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) argument