Searched refs:old_value (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_flag32_allocator.c | 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() 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/ |
| D | nrfx_glue.h | 236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) argument
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_core.c | 946 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()
|