Searched refs:K_TIMER_DEFINE (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-Core-3.7.0/modules/openthread/platform/ |
D | alarm.c | 47 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/ |
D | main.c | 20 K_TIMER_DEFINE(led_timer, timer_handler, NULL);
|
/Zephyr-Core-3.7.0/samples/boards/nrf/nrf53_sync_rtc/src/ |
D | main.c | 42 K_TIMER_DEFINE(timer, timeout_handler, NULL);
|
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/ |
D | updatehub_timer.c | 21 K_TIMER_DEFINE(uhu_packet_down_tmr, timer_expire, NULL);
|
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_api/src/ |
D | main.c | 56 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/ |
D | main.c | 64 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/ |
D | no_transition_work_handler.c | 34 K_TIMER_DEFINE(unsolicitedly_publish_states_timer,
|
/Zephyr-Core-3.7.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 90 K_TIMER_DEFINE(hfclk_started_timer, hfclk_started_timer_handler, NULL);
|
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/src/ |
D | ztress.c | 21 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/ |
D | main.c | 44 static K_TIMER_DEFINE(qenc_emulate_timer, qenc_emulate_timer_handler, NULL);
|
/Zephyr-Core-3.7.0/drivers/lora/ |
D | hal_common.c | 30 K_TIMER_DEFINE(lora_timer, timer_callback, NULL);
|
/Zephyr-Core-3.7.0/tests/kernel/threads/no-multithreading/src/ |
D | main.c | 40 K_TIMER_DEFINE(timer, timeout_handler, NULL);
|
/Zephyr-Core-3.7.0/subsys/demand_paging/eviction/ |
D | nru.c | 106 static K_TIMER_DEFINE(nru_timer, nru_periodic_update, NULL);
|
/Zephyr-Core-3.7.0/modules/canopennode/ |
D | canopen_leds.c | 61 K_TIMER_DEFINE(canopen_leds_timer, canopen_leds_update, NULL);
|
/Zephyr-Core-3.7.0/samples/subsys/shell/shell_module/src/ |
D | uart_reinit.c | 85 K_TIMER_DEFINE(uart_poll_timer, uart_poll_timeout, uart_poll_timer_stopped);
|
/Zephyr-Core-3.7.0/samples/subsys/usb/hid/src/ |
D | main.c | 35 static K_TIMER_DEFINE(event_timer, report_event_handler, NULL);
|
/Zephyr-Core-3.7.0/doc/kernel/services/timing/ |
D | timers.rst | 119 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/ |
D | clock.c | 24 K_TIMER_DEFINE(ktimer, duration_expire, stop_expire);
|
/Zephyr-Core-3.7.0/tests/kernel/mem_protect/mem_protect/src/ |
D | inherit.c | 29 K_TIMER_DEFINE(inherit_timer, dummy_start, dummy_end);
|
/Zephyr-Core-3.7.0/drivers/clock_control/ |
D | nrf_clock_calibration.c | 68 static K_TIMER_DEFINE(backoff_timer, timeout_handler, NULL);
|
/Zephyr-Core-3.7.0/samples/drivers/ps2/src/ |
D | main.c | 34 K_TIMER_DEFINE(block_ps2_timer, saturate_ps2, NULL);
|
/Zephyr-Core-3.7.0/tests/kernel/obj_tracking/src/ |
D | main.c | 14 K_TIMER_DEFINE(timer_s, dummy_fn, NULL);
|
/Zephyr-Core-3.7.0/samples/drivers/espi/src/ |
D | espi_oob_handler.c | 35 K_TIMER_DEFINE(temp_timer, temperature_timer, NULL);
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp_shell.c | 79 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/ |
D | main.c | 144 K_TIMER_DEFINE(reset_counter_timer, reset_counter_timer_handler, NULL);
|
12