Home
last modified time | relevance | path

Searched refs:timer (Results 476 – 500 of 737) sorted by relevance

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

/Zephyr-latest/boards/xen/xenvm/doc/
Dindex.rst15 * ARM Generic timer
168 Also, frequency of system timer is board specific and should be updated when running
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst30 | TTC | on-chip | system timer |
42 This board configuration uses a system timer tick frequency of 1000 Hz.
/Zephyr-latest/boards/
DKconfig88 the virtual time will jump to the next timer deadline instantly
90 if no timer is enabled. This behavior gives deterministic execution
/Zephyr-latest/dts/arm64/nxp/
Dnxp_mimx8mn_a53.dtsi53 arch_timer: timer {
54 compatible = "arm,armv8-timer";
/Zephyr-latest/dts/arm/nxp/
Dnxp_mcxw71.dtsi287 lptmr0: timer@2d000 {
298 lptmr1: timer@2e000 {
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/
Dindex.rst67 | RTC | on-chip | timer |
77 | SYSTICK | on-chip | timer |
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx4.dtsi95 itims: timer@400b0000 {
96 compatible = "nuvoton,npcx-itim-timer";
102 interrupts = <28 1>; /* Event timer interrupt */
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c141 static void etr_timer_handler(struct k_timer *timer);
796 static void etr_timer_handler(struct k_timer *timer) in etr_timer_handler() argument
801 k_timer_start(timer, K_MSEC(CONFIG_NRF_ETR_BACKOFF), K_NO_WAIT); in etr_timer_handler()
/Zephyr-latest/drivers/sensor/renesas/isl29035/
DKconfig20 Priority of thread used to handle the timer and threshold triggers.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst49 timeout instances to be aggregated to share a single kernel timer element.
/Zephyr-latest/boards/wch/ch32v003evt/doc/
Dindex.rst38 | TIMER | on-chip | timer |
/Zephyr-latest/boards/wiznet/w5500_evb_pico/
Dw5500_evb_pico.dts158 &timer {
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/doc/
Dindex.rst38 | ARM TIMER | on-chip | ARM system timer |
/Zephyr-latest/boards/qemu/cortex_a53/doc/
Dindex.rst13 * ARM architected timer
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/
Dindex.rst53 - :dtcompatible:`raspberrypi,pico-timer`
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/doc/
Dindex.rst16 * ARM architected (Generic) timer
/Zephyr-latest/boards/bbc/microbit_v2/
Dbbc_microbit_v2.dts72 timer = <&timer4>;
/Zephyr-latest/boards/nxp/mimxrt1015_evk/
Dmimxrt1015_evk.dts171 * timer will be used instead of systick, as allows the core clock to
/Zephyr-latest/doc/services/pm/
Ddevice.rst377 static void timer_expire_cb(struct k_timer *timer)
379 struct test_driver_data *data = k_timer_user_data_get(timer);
382 k_timer_stop(timer);
393 /** Lets set a timer big enough to ensure that any deep
397 k_timer_start(&data->timer, K_MSEC(500), K_NO_WAIT);
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c360 static void sof_timer_handler(struct k_timer *timer) in sof_timer_handler() argument
362 struct uhc_vrt_data *priv = CONTAINER_OF(timer, struct uhc_vrt_data, sof_timer); in sof_timer_handler()
/Zephyr-latest/dts/riscv/andes/
Dandes_v5_ae350.dtsi217 mtimer: timer@e6000000 {
218 compatible = "andestech,machine-timer";
/Zephyr-latest/tests/kernel/context/src/
Dmain.c98 static struct k_timer timer; variable
168 k_timer_init(&timer, NULL, NULL); in kernel_init_objects()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c425 static void tx_timeout_handler(struct k_timer *timer) in tx_timeout_handler() argument
427 const struct device *dev = k_timer_user_data_get(timer); in tx_timeout_handler()
432 static void rx_timeout_handler(struct k_timer *timer) in rx_timeout_handler() argument
434 const struct device *dev = (const struct device *)k_timer_user_data_get(timer); in rx_timeout_handler()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c2425 ((DT_INST_REG_ADDR_BY_NAME(inst, timer) == TIMER0_BASE) ? EADC_TIMER0_TRIGGER \
2426 : (DT_INST_REG_ADDR_BY_NAME(inst, timer) == TIMER1_BASE) ? EADC_TIMER1_TRIGGER \
2427 : (DT_INST_REG_ADDR_BY_NAME(inst, timer) == TIMER2_BASE) ? EADC_TIMER2_TRIGGER \
2428 : (DT_INST_REG_ADDR_BY_NAME(inst, timer) == TIMER3_BASE) ? EADC_TIMER3_TRIGGER \
2530 .timer_base = (TIMER_T *)DT_INST_REG_ADDR_BY_NAME(inst, timer), \
2534 .pcc_timer = NUMAKER_PCC_INST_GET_BY_NAME(inst, timer), \
2536 .reset_timer = NUMAKER_RESET_DT_SPEC_INST_GET_BY_NAME(inst, timer), \
/Zephyr-latest/drivers/
DKconfig87 source "drivers/timer/Kconfig"

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