Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c71 void counter_test_per_core(uint lock_index_mask) { in counter_test_per_core() function
116 counter_test_per_core(NUM_SPIN_LOCKS - 1); in counter_test1()
120 counter_test_per_core((NUM_SPIN_LOCKS - 1) >> 1); in counter_test2()
124 counter_test_per_core((NUM_SPIN_LOCKS - 1) >> 2); in counter_test3()
128 counter_test_per_core((NUM_SPIN_LOCKS - 1) >> 3); in counter_test4()
132 counter_test_per_core((NUM_SPIN_LOCKS - 1) >> 4); in counter_test5()