Home
last modified time | relevance | path

Searched refs:timer (Results 401 – 425 of 737) sorted by relevance

1...<<11121314151617181920>>...30

/Zephyr-latest/dts/xtensa/espressif/esp32s3/
Desp32s3_common.dtsi171 compatible = "espressif,esp32-rtc-timer";
399 compatible = "espressif,esp32-timer";
410 compatible = "espressif,esp32-timer";
421 compatible = "espressif,esp32-timer";
432 compatible = "espressif,esp32-timer";
/Zephyr-latest/dts/riscv/efinix/
Dsapphire_soc.dtsi68 timer0: timer@e0002800 {
/Zephyr-latest/drivers/timer/
Dite_it8xxx2_timer.c17 LOG_MODULE_REGISTER(timer, LOG_LEVEL_ERR);
44 const int32_t z_sys_timer_irq_for_test = DT_IRQ_BY_IDX(DT_NODELABEL(timer), 5, irq);
DKconfig.gecko27 using SysTick timer.
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig50 The activity timer implements a robust activity detection that
51 minimizes false positive motion triggers. When the timer is used,
/Zephyr-latest/boards/gd/gd32vf103v_eval/doc/
Dindex.rst51 * - Machine timer
53 - :dtcompatible:`riscv,machine-timer`
/Zephyr-latest/dts/riscv/telink/
Dtelink_b91.dtsi50 mtimer: timer@e6000000 {
51 compatible = "telink,machine-timer";
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.c171 (void)k_work_cancel_delayable(&frnd->timer); in friend_clear()
620 k_work_reschedule(&frnd->timer, K_MSEC(delay)); in friend_recv_delay()
800 k_work_reschedule(&frnd->clear.timer, in friend_clear_sent()
838 clear.timer); in clear_timeout()
901 (void)k_work_cancel_delayable(&frnd->clear.timer); in bt_mesh_friend_clear_cfm()
1069 k_work_reschedule(&frnd->timer, K_MSEC(delay)); in bt_mesh_friend_req()
1191 k_work_reschedule(&frnd->timer, K_MSEC(frnd->poll_to)); in buf_send_end()
1195 k_work_reschedule(&frnd->timer, K_SECONDS(1)); in buf_send_end()
1236 timer); in friend_timeout()
1357 k_work_init_delayable(&frnd->timer, friend_timeout); in bt_mesh_friend_init()
[all …]
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c121 static void gptp_mi_half_sync_itv_timeout(struct k_timer *timer) in gptp_mi_half_sync_itv_timeout() argument
128 if (&state->half_sync_itv_timer == timer) { in gptp_mi_half_sync_itv_timeout()
133 k_timer_stop(timer); in gptp_mi_half_sync_itv_timeout()
141 static void gptp_mi_rcv_sync_receipt_timeout(struct k_timer *timer) in gptp_mi_rcv_sync_receipt_timeout() argument
148 if (&state->rcv_sync_receipt_timeout_timer == timer) { in gptp_mi_rcv_sync_receipt_timeout()
156 static void gptp_mi_send_sync_receipt_timeout(struct k_timer *timer) in gptp_mi_send_sync_receipt_timeout() argument
163 if (&state->send_sync_receipt_timeout_timer == timer) { in gptp_mi_send_sync_receipt_timeout()
236 static void announce_timer_handler(struct k_timer *timer) in announce_timer_handler() argument
243 if (&state->ann_rcpt_expiry_timer == timer) { in announce_timer_handler()
281 static void announce_periodic_timer_handler(struct k_timer *timer) in announce_periodic_timer_handler() argument
[all …]
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/
Dpsoc6_01.dtsi290 timer0: timer@40260200 {
291 compatible = "infineon,cat1-timer";
296 timer1: timer@40260240 {
297 compatible = "infineon,cat1-timer";
/Zephyr-latest/boards/st/nucleo_g431rb/doc/
Dindex.rst42 …- 1x 32-bit timer and 2x 16-bit timers with up to four IC/OC/PWM or pulse counter and quadrature (…
44 - 1x 16-bit timer with 2x IC/OCs, one OCN/PWM, dead time generation and emergency stop
48 - SysTick timer
49 - 1x low-power timer
/Zephyr-latest/boards/st/nucleo_g474re/doc/
Dindex.rst42 …- 1x 32-bit timer and 2x 16-bit timers with up to four IC/OC/PWM or pulse counter and quadrature (…
44 - 1x 16-bit timer with 2x IC/OCs, one OCN/PWM, dead time generation and emergency stop
48 - SysTick timer
49 - 1x low-power timer
/Zephyr-latest/doc/services/profiling/
Dperf.rst12 The ``perf record`` shell command starts a timer with the perf tracer function.
/Zephyr-latest/doc/develop/api/
Ddesign_guidelines.rst43 timer alarm fires are satisfied by::
45 void handle_timeout(struct k_timer *timer)
49 timer is embedded in a structure reachable from
/Zephyr-latest/boards/st/nucleo_f410rb/doc/
Dindex.rst39 - General purpose timer (4)
40 - Low-power timer (1)
41 - Advanced-control timer (1)
/Zephyr-latest/dts/riscv/espressif/esp32c3/
Desp32c3_common.dtsi132 compatible = "espressif,esp32-rtc-timer";
232 compatible = "espressif,esp32-timer";
243 compatible = "espressif,esp32-timer";
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/
Dnucleo_wb55rg.rst74 - SysTick timer
106 - 1x 16-bit, four channels advanced timer
107 - 2x 16-bits, two channels timer
108 - 1x 32-bits, four channels timer
109 - 2x 16-bits ultra-low-power timer
/Zephyr-latest/dts/riscv/espressif/esp32c2/
Desp32c2_common.dtsi99 compatible = "espressif,esp32-rtc-timer";
176 compatible = "espressif,esp32-timer";
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/
DREADME.rst12 and on timer expiry, message is read by main thread.
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/
DREADME.rst12 and on timer expiry, message is read by main thread.
/Zephyr-latest/samples/subsys/profiling/perf/
DREADME.rst31 This command will start a timer for *duration* milliseconds at *frequency* Hz.
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx7.dtsi92 itims: timer@400bc000 {
93 compatible = "nuvoton,npcx-itim-timer";
99 interrupts = <46 1>; /* Event timer interrupt */
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst15 via a queue from the device ISR (really just a timer interrupt).
56 preemption of running threads by interrupts, a working timer driver,
58 (and more) data on systems with a high timer tick rate (ideally 10+
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs25_tgph.dtsi137 timer: timer { label
138 compatible = "intel,adsp-timer";
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts130 * RT600 EVK board uses OS timer as the kernel timer
131 * In case we need to switch to SYSTICK timer, then

1...<<11121314151617181920>>...30