Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/templates/
A Dnrfx_glue.h172 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) nrfx_atomic_u32_fetch_store(p_data, value)
/lk-master/external/platform/nrfx/soc/
A Dnrfx_atomic.h67 uint32_t nrfx_atomic_u32_fetch_store(nrfx_atomic_u32_t * p_data, uint32_t value);
A Dnrfx_atomic.c45 uint32_t nrfx_atomic_u32_fetch_store(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_store() function

Completed in 4 milliseconds