Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/soc/
A Dnrfx_atomic.h99 uint32_t nrfx_atomic_u32_or(nrfx_atomic_u32_t * p_data, uint32_t value);
A Dnrfx_atomic.c102 uint32_t nrfx_atomic_u32_or(nrfx_atomic_u32_t * p_data, uint32_t value) in nrfx_atomic_u32_or() function
375 return nrfx_atomic_u32_or(p_data, 1); in nrfx_atomic_flag_set()

Completed in 3 milliseconds