Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/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()
49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) argument
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core.c946 uint8_t old_value = 0U; in notify_no_rx_buffer() local