Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/templates/
A Dnrfx_glue.h193 #define NRFX_ATOMIC_FETCH_AND(p_data, value) nrfx_atomic_u32_fetch_and(p_data, value)
/lk-master/external/platform/nrfx/soc/
A Dnrfx_atomic.h110 uint32_t nrfx_atomic_u32_fetch_and(nrfx_atomic_u32_t * p_data, uint32_t value);
A Dnrfx_atomic.c121 uint32_t nrfx_atomic_u32_fetch_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_and() function
380 return nrfx_atomic_u32_fetch_and(p_data, 0); in nrfx_atomic_flag_clear_fetch()

Completed in 3 milliseconds