Home
last modified time | relevance | path

Searched refs:NRFX_ATOMIC_CAS (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_flag32_allocator.c35 #if !defined(NRFX_ATOMIC_CAS)
49 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ macro
75 } while (!NRFX_ATOMIC_CAS(p_mask, prev_mask, new_mask)); in nrfx_flag32_alloc()
94 } while (!NRFX_ATOMIC_CAS(p_mask, prev_mask, new_mask)); in nrfx_flag32_free()
/hal_nordic-latest/nrfx/templates/
Dnrfx_glue.h236 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) macro
/hal_nordic-latest/nrfx/
DCHANGELOG.md344 - Introduced the NRFX_ATOMIC_CAS macro to allow providing custom implementation for atomic compare-…