Home
last modified time | relevance | path

Searched refs:timer (Results 426 – 450 of 737) sorted by relevance

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

/Zephyr-latest/dts/arm64/nxp/
Dnxp_mimx95_a55.dtsi60 arch_timer: timer {
61 compatible = "arm,armv8-timer";
/Zephyr-latest/dts/arm/intel_socfpga_std/
Dsocfpga.dtsi101 arch_timer: timer@fffec200 {
102 compatible = "arm,armv8-timer";
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs.c111 __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/
DKconfig.mcux155 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/
Dmain.c57 #define TIMER DT_NODELABEL(timer)
/Zephyr-latest/boards/waveshare/rp2040_zero/
Drp2040_zero.dts85 &timer {
/Zephyr-latest/samples/modules/lvgl/accelerometer_chart/
DREADME.rst14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
/Zephyr-latest/tests/kernel/ipi_cascade/src/
Dmain.c94 static void timer_expiry_fn(struct k_timer *timer) in timer_expiry_fn() argument
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2.dtsi144 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/
DKconfig19 bool "MEC172x RTOS Timer(32KHz) as kernel timer"
/Zephyr-latest/samples/boards/st/power_mgmt/blinky/
DREADME.rst12 Note that lptim instance selected for the low power timer is named **&stm32_lp_tick_source**
/Zephyr-latest/drivers/counter/
DKconfig9 Enable support for counter and timer.
/Zephyr-latest/dts/arm/nuvoton/
Dm2l31x.dtsi418 reg-names = "utcpd", "eadc", "timer";
423 reset-names = "utcpd", "timer";
426 clock-names = "utcpd", "timer";
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx9.dtsi93 itims: timer@400b0000 {
94 compatible = "nuvoton,npcx-itim-timer";
100 interrupts = <28 1>; /* Event timer interrupt */
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Drp2040.dtsi359 timer: timer@40054000 { label
360 compatible = "raspberrypi,pico-timer";
/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c156 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/
Dblob_srv.rst64 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/
Dnucleo_wl55jc.rst143 - 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/
Dgptp_md.c457 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/
DKconfig.defconfig27 # level 2, underneath other hardware interrupts like timer, so it
/Zephyr-latest/boards/nxp/frdm_k64f/
Dfrdm_k64f-pinctrl.dtsi165 /* PTC16 and PTC17 conflict with PTP timer pins */
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts136 * 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/
Dxiao_rp2040.dts89 &timer {
/Zephyr-latest/drivers/
DCMakeLists.txt89 add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
/Zephyr-latest/include/zephyr/net/
Ddns_resolve.h385 struct k_work_delayable timer; member

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