Home
last modified time | relevance | path

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

/external/platform/nrfx/soc/
A Dnrfx_atomic.c307 uint32_t expected = *p_data; in nrfx_atomic_u32_fetch_sub_hs() local
310 if (expected >= value) in nrfx_atomic_u32_fetch_sub_hs()
312 new_val = expected - value; in nrfx_atomic_u32_fetch_sub_hs()
316 new_val = expected; in nrfx_atomic_u32_fetch_sub_hs()
318 } while (!__atomic_compare_exchange(p_data, &expected, &new_val, in nrfx_atomic_u32_fetch_sub_hs()
320 return expected; in nrfx_atomic_u32_fetch_sub_hs()
339 uint32_t expected = *p_data; in nrfx_atomic_u32_sub_hs() local
342 if (expected >= value) in nrfx_atomic_u32_sub_hs()
344 new_val = expected - value; in nrfx_atomic_u32_sub_hs()
348 new_val = expected; in nrfx_atomic_u32_sub_hs()
[all …]
/external/platform/lpc15xx/lpcopen/periph_crc/example/
A Dreadme.dox38 * occasionally introduce CRC errors into the expected data. The board LED

Completed in 2 milliseconds