/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_mimx95_a55.dtsi | 60 arch_timer: timer { 61 compatible = "arm,armv8-timer";
|
/Zephyr-latest/dts/arm/intel_socfpga_std/ |
D | socfpga.dtsi | 101 arch_timer: timer@fffec200 { 102 compatible = "arm,armv8-timer";
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs.c | 111 __weak void ld_dvfs_secure_downscale_timeout(struct k_timer *timer) in ld_dvfs_secure_downscale_timeout() argument 113 ARG_UNUSED(timer); in ld_dvfs_secure_downscale_timeout()
|
/Zephyr-latest/modules/ |
D | Kconfig.mcux | 155 Set if the general purpose timer (GPT) module is present in the SoC. 160 Set if the quad timer (QTMR) module is present in the SoC. 328 Set if the OS timer is used as a kernel timer on the SoC.
|
/Zephyr-latest/samples/drivers/counter/alarm/src/ |
D | main.c | 57 #define TIMER DT_NODELABEL(timer)
|
/Zephyr-latest/boards/waveshare/rp2040_zero/ |
D | rp2040_zero.dts | 85 &timer {
|
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/ |
D | README.rst | 14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
|
/Zephyr-latest/tests/kernel/ipi_cascade/src/ |
D | main.c | 94 static void timer_expiry_fn(struct k_timer *timer) in timer_expiry_fn() argument
|
/Zephyr-latest/dts/riscv/ite/ |
D | it8xxx2.dtsi | 144 timer: timer@f01f10 { label 145 compatible = "ite,it8xxx2-timer"; 147 interrupts = <IT8XXX2_IRQ_TIMER3 IRQ_TYPE_EDGE_RISING /* Event timer */ 148 IT8XXX2_IRQ_TIMER4 IRQ_TYPE_EDGE_RISING /* Free run timer */
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | Kconfig | 19 bool "MEC172x RTOS Timer(32KHz) as kernel timer"
|
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/ |
D | README.rst | 12 Note that lptim instance selected for the low power timer is named **&stm32_lp_tick_source**
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig | 9 Enable support for counter and timer.
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | m2l31x.dtsi | 418 reg-names = "utcpd", "eadc", "timer"; 423 reset-names = "utcpd", "timer"; 426 clock-names = "utcpd", "timer";
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx9.dtsi | 93 itims: timer@400b0000 { 94 compatible = "nuvoton,npcx-itim-timer"; 100 interrupts = <28 1>; /* Event timer interrupt */
|
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/ |
D | rp2040.dtsi | 359 timer: timer@40054000 { label 360 compatible = "raspberrypi,pico-timer";
|
/Zephyr-latest/drivers/input/ |
D | input_gpio_qdec.c | 156 static void gpio_qdec_sample_timer_timeout(struct k_timer *timer) in gpio_qdec_sample_timer_timeout() argument 158 const struct device *dev = k_timer_user_data_get(timer); in gpio_qdec_sample_timer_timeout()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 64 The BLOB Transfer Server keeps a running timer during the transfer, that is reset on every received 65 message. If the BLOB Transfer Client does not send a message before the transfer timer expires, the
|
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/ |
D | nucleo_wl55jc.rst | 143 - 2x 16-bit 1-channel timer 144 - 1x 16-bit 4-channel timer (supporting motor control) 145 - 1x 32-bit 4-channel timer 146 - 3x 16-bit ultra-low-power timer
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_md.c | 457 static void gptp_md_pdelay_req_timeout(struct k_timer *timer) in gptp_md_pdelay_req_timeout() argument 464 if (timer == &state->pdelay_timer) { in gptp_md_pdelay_req_timeout() 492 static void gptp_md_follow_up_receipt_timeout(struct k_timer *timer) in gptp_md_follow_up_receipt_timeout() argument 499 if (timer == &state->follow_up_discard_timer) { in gptp_md_follow_up_receipt_timeout()
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 27 # level 2, underneath other hardware interrupts like timer, so it
|
/Zephyr-latest/boards/nxp/frdm_k64f/ |
D | frdm_k64f-pinctrl.dtsi | 165 /* PTC16 and PTC17 conflict with PTP timer pins */
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | mimxrt595_evk_mimxrt595s_cm33.dts | 136 * RT595 EVK board uses OS timer as the kernel timer 137 * In case we need to switch to SYSTICK timer, then
|
/Zephyr-latest/boards/seeed/xiao_rp2040/ |
D | xiao_rp2040.dts | 89 &timer {
|
/Zephyr-latest/drivers/ |
D | CMakeLists.txt | 89 add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
|
/Zephyr-latest/include/zephyr/net/ |
D | dns_resolve.h | 385 struct k_work_delayable timer; member
|