Searched refs:expected (Results 1 – 2 of 2) sorted by relevance
307 uint32_t expected = *p_data; in nrfx_atomic_u32_fetch_sub_hs() local310 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() local342 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 …]
38 * occasionally introduce CRC errors into the expected data. The board LED
Completed in 2 milliseconds