Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c125 if (reset_counter >= 4U) { in short_time_multireset_bt_mesh_unprovisioning()
126 reset_counter = 0U; in short_time_multireset_bt_mesh_unprovisioning()
130 printk("Reset Counter -> %d\n", reset_counter); in short_time_multireset_bt_mesh_unprovisioning()
131 reset_counter++; in short_time_multireset_bt_mesh_unprovisioning()
139 reset_counter = 0U; in reset_counter_timer_handler()
Dstorage.c13 uint8_t reset_counter; variable
17 settings_save_one("ps/rc", &reset_counter, sizeof(reset_counter)); in save_reset_counter()
126 len = read_cb(cb_arg, &reset_counter, in ps_set()
127 sizeof(reset_counter)); in ps_set()
Dstorage.h26 extern uint8_t reset_counter;
/Zephyr-Core-3.7.0/drivers/counter/
Dcounter_andes_atcpit100.c349 uint32_t ticks, reg, reset_counter = 1; in atcpit100_set_top_value() local
383 reset_counter = 0; in atcpit100_set_top_value()
389 reset_counter = 1; in atcpit100_set_top_value()
398 if (reset_counter) { in atcpit100_set_top_value()