Home
last modified time | relevance | path

Searched refs:nrfx_atomic_u32_and (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/nrfx/soc/
A Dnrfx_atomic.h121 uint32_t nrfx_atomic_u32_and(nrfx_atomic_u32_t * p_data, uint32_t value);
A Dnrfx_atomic.c140 uint32_t nrfx_atomic_u32_and(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_and() function
385 return nrfx_atomic_u32_and(p_data, 0); in nrfx_atomic_flag_clear()

Completed in 3 milliseconds