Searched refs:cb_count (Results 1 – 1 of 1) sorted by relevance
13 static int cb_count; variable21 cb_count++; in callback_edge()33 cb_count++; in callback_level()34 if (cb_count % cb_count_target == 0) { in callback_level()80 cb_count = 0; in test_gpio_pin_interrupt_edge()99 zassert_equal(cb_count, cb_count_expected, in test_gpio_pin_interrupt_edge()107 zassert_equal(cb_count, cb_count_expected, in test_gpio_pin_interrupt_edge()118 zassert_equal(cb_count, cb_count_expected, in test_gpio_pin_interrupt_edge()159 cb_count = 0; in test_gpio_pin_interrupt_level()174 zassert_equal(cb_count, cb_count_expected, in test_gpio_pin_interrupt_level()[all …]