Home
last modified time | relevance | path

Searched refs: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() argument
40 if (*p_data == old_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-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
948 if (nrf_802154_sl_atomic_cas_u8(&m_no_rx_buffer_notified, &old_value, 1U)) in notify_no_rx_buffer()