/Zephyr-latest/dts/xtensa/espressif/esp32s3/ |
D | esp32s3_common.dtsi | 171 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/ |
D | sapphire_soc.dtsi | 68 timer0: timer@e0002800 {
|
/Zephyr-latest/drivers/timer/ |
D | ite_it8xxx2_timer.c | 17 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);
|
D | Kconfig.gecko | 27 using SysTick timer.
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | Kconfig | 50 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/ |
D | index.rst | 51 * - Machine timer 53 - :dtcompatible:`riscv,machine-timer`
|
/Zephyr-latest/dts/riscv/telink/ |
D | telink_b91.dtsi | 50 mtimer: timer@e6000000 { 51 compatible = "telink,machine-timer";
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | friend.c | 171 (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/ |
D | gptp_mi.c | 121 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/ |
D | psoc6_01.dtsi | 290 timer0: timer@40260200 { 291 compatible = "infineon,cat1-timer"; 296 timer1: timer@40260240 { 297 compatible = "infineon,cat1-timer";
|
/Zephyr-latest/boards/st/nucleo_g431rb/doc/ |
D | index.rst | 42 …- 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/ |
D | index.rst | 42 …- 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/ |
D | perf.rst | 12 The ``perf record`` shell command starts a timer with the perf tracer function.
|
/Zephyr-latest/doc/develop/api/ |
D | design_guidelines.rst | 43 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/ |
D | index.rst | 39 - General purpose timer (4) 40 - Low-power timer (1) 41 - Advanced-control timer (1)
|
/Zephyr-latest/dts/riscv/espressif/esp32c3/ |
D | esp32c3_common.dtsi | 132 compatible = "espressif,esp32-rtc-timer"; 232 compatible = "espressif,esp32-timer"; 243 compatible = "espressif,esp32-timer";
|
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/ |
D | nucleo_wb55rg.rst | 74 - 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/ |
D | esp32c2_common.dtsi | 99 compatible = "espressif,esp32-rtc-timer"; 176 compatible = "espressif,esp32-timer";
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/ |
D | README.rst | 12 and on timer expiry, message is read by main thread.
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/ |
D | README.rst | 12 and on timer expiry, message is read by main thread.
|
/Zephyr-latest/samples/subsys/profiling/perf/ |
D | README.rst | 31 This command will start a timer for *duration* milliseconds at *frequency* Hz.
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx7.dtsi | 92 itims: timer@400bc000 { 93 compatible = "nuvoton,npcx-itim-timer"; 99 interrupts = <46 1>; /* Event timer interrupt */
|
/Zephyr-latest/samples/kernel/metairq_dispatch/ |
D | README.rst | 15 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/ |
D | intel_adsp_cavs25_tgph.dtsi | 137 timer: timer { label 138 compatible = "intel,adsp-timer";
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/ |
D | mimxrt685_evk_mimxrt685s_cm33.dts | 130 * RT600 EVK board uses OS timer as the kernel timer 131 * In case we need to switch to SYSTICK timer, then
|