Searched defs:old_value (Results 1 – 3 of 3) sorted by relevance
36 static bool nrfx_flag32_atomic_cas(nrfx_atomic_t * p_data, uint32_t old_value, uint32_t new_value) in nrfx_flag32_atomic_cas()49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) argument
946 uint8_t old_value = 0U; in notify_no_rx_buffer() local