Home
last modified time | relevance | path

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

/external/platform/nrfx/templates/
A Dnrfx_glue.h225 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) nrfx_atomic_u32_fetch_sub(p_data, value)
/external/platform/nrfx/soc/
A Dnrfx_atomic.h176 uint32_t nrfx_atomic_u32_fetch_sub(nrfx_atomic_u32_t * p_data, uint32_t value);
A Dnrfx_atomic.c235 uint32_t nrfx_atomic_u32_fetch_sub(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_fetch_sub() function

Completed in 3 milliseconds