Home
last modified time | relevance | path

Searched refs:K_TIMER_DEFINE (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-Core-3.7.0/modules/openthread/platform/
Dalarm.c47 K_TIMER_DEFINE(ot_ms_timer, ot_timer_ms_fired, NULL);
48 K_TIMER_DEFINE(ot_us_timer, ot_timer_us_fired, NULL);
/Zephyr-Core-3.7.0/samples/subsys/debug/debugmon/src/
Dmain.c20 K_TIMER_DEFINE(led_timer, timer_handler, NULL);
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/src/
Dmain.c42 K_TIMER_DEFINE(timer, timeout_handler, NULL);
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub_timer.c21 K_TIMER_DEFINE(uhu_packet_down_tmr, timer_expire, NULL);
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_api/src/
Dmain.c56 K_TIMER_DEFINE(ktimer, duration_expire, duration_stop);
578 K_TIMER_DEFINE(timer0, user_data_timer_handler, NULL);
579 K_TIMER_DEFINE(timer1, user_data_timer_handler, NULL);
580 K_TIMER_DEFINE(timer2, user_data_timer_handler, NULL);
581 K_TIMER_DEFINE(timer3, user_data_timer_handler, NULL);
582 K_TIMER_DEFINE(timer4, user_data_timer_handler, NULL);
/Zephyr-Core-3.7.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c64 K_TIMER_DEFINE(timer1, bt_timeout_handler, NULL);
174 K_TIMER_DEFINE(timer2, onoff_timeout_handler, NULL);
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dno_transition_work_handler.c34 K_TIMER_DEFINE(unsolicitedly_publish_states_timer,
/Zephyr-Core-3.7.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/
Dnrf_802154_clock_zephyr.c90 K_TIMER_DEFINE(hfclk_started_timer, hfclk_started_timer_handler, NULL);
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/src/
Dztress.c21 static K_TIMER_DEFINE(ctrl_timer, ctrl_timeout, NULL);
25 static K_TIMER_DEFINE(progress_timer, progress_timeout, NULL);
29 static K_TIMER_DEFINE(ztress_timer, ztress_timeout, NULL);
34 static K_TIMER_DEFINE(test_timer, test_timeout, NULL);
/Zephyr-Core-3.7.0/samples/sensor/qdec/src/
Dmain.c44 static K_TIMER_DEFINE(qenc_emulate_timer, qenc_emulate_timer_handler, NULL);
/Zephyr-Core-3.7.0/drivers/lora/
Dhal_common.c30 K_TIMER_DEFINE(lora_timer, timer_callback, NULL);
/Zephyr-Core-3.7.0/tests/kernel/threads/no-multithreading/src/
Dmain.c40 K_TIMER_DEFINE(timer, timeout_handler, NULL);
/Zephyr-Core-3.7.0/subsys/demand_paging/eviction/
Dnru.c106 static K_TIMER_DEFINE(nru_timer, nru_periodic_update, NULL);
/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_leds.c61 K_TIMER_DEFINE(canopen_leds_timer, canopen_leds_update, NULL);
/Zephyr-Core-3.7.0/samples/subsys/shell/shell_module/src/
Duart_reinit.c85 K_TIMER_DEFINE(uart_poll_timer, uart_poll_timeout, uart_poll_timer_stopped);
/Zephyr-Core-3.7.0/samples/subsys/usb/hid/src/
Dmain.c35 static K_TIMER_DEFINE(event_timer, report_event_handler, NULL);
/Zephyr-Core-3.7.0/doc/kernel/services/timing/
Dtimers.rst119 by calling :c:macro:`K_TIMER_DEFINE`.
125 K_TIMER_DEFINE(my_timer, my_expiry_function, NULL);
150 K_TIMER_DEFINE(my_timer, my_timer_handler, NULL);
165 K_TIMER_DEFINE(my_status_timer, NULL, NULL);
193 K_TIMER_DEFINE(my_sync_timer, NULL, NULL);
/Zephyr-Core-3.7.0/tests/kernel/common/src/
Dclock.c24 K_TIMER_DEFINE(ktimer, duration_expire, stop_expire);
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/mem_protect/src/
Dinherit.c29 K_TIMER_DEFINE(inherit_timer, dummy_start, dummy_end);
/Zephyr-Core-3.7.0/drivers/clock_control/
Dnrf_clock_calibration.c68 static K_TIMER_DEFINE(backoff_timer, timeout_handler, NULL);
/Zephyr-Core-3.7.0/samples/drivers/ps2/src/
Dmain.c34 K_TIMER_DEFINE(block_ps2_timer, saturate_ps2, NULL);
/Zephyr-Core-3.7.0/tests/kernel/obj_tracking/src/
Dmain.c14 K_TIMER_DEFINE(timer_s, dummy_fn, NULL);
/Zephyr-Core-3.7.0/samples/drivers/espi/src/
Despi_oob_handler.c35 K_TIMER_DEFINE(temp_timer, temperature_timer, NULL);
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/
Dsmp_shell.c79 K_TIMER_DEFINE(smp_shell_input_timer, smp_shell_input_timeout_handler, NULL);
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c144 K_TIMER_DEFINE(reset_counter_timer, reset_counter_timer_handler, NULL);

12