Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/gnss/gnss_api/src/
Dtest_fix_rate.c43 static atomic_t callback_count_atom = ATOMIC_INIT(0); variable
47 atomic_inc(&callback_count_atom); in gnss_data_cb()
72 atomic_set(&callback_count_atom, 0); in test_validate_fix_rate()
74 callback_count = atomic_get(&callback_count_atom); in test_validate_fix_rate()