Searched refs:was_running (Results 1 – 1 of 1) sorted by relevance
37 bool was_running = powman_timer_is_running(); in powman_timer_set_ms() local38 if (was_running) powman_timer_stop(); in powman_timer_set_ms()43 if (was_running) powman_timer_start(); in powman_timer_set_ms()69 bool was_running = powman_timer_is_running(); in powman_timer_set_1khz_tick_source_lposc_with_hz() local70 if (was_running) powman_timer_stop(); in powman_timer_set_1khz_tick_source_lposc_with_hz()76 if (was_running) { in powman_timer_set_1khz_tick_source_lposc_with_hz()87 bool was_running = powman_timer_is_running(); in powman_timer_set_1khz_tick_source_xosc_with_hz() local88 if (was_running) powman_timer_stop(); in powman_timer_set_1khz_tick_source_xosc_with_hz()94 if (was_running) { in powman_timer_set_1khz_tick_source_xosc_with_hz()101 bool was_running = powman_timer_is_running(); in powman_timer_use_gpio() local[all …]