/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 15 * 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/ |
D | index.rst | 30 | TTC | on-chip | system timer | 42 This board configuration uses a system timer tick frequency of 1000 Hz.
|
/Zephyr-latest/boards/ |
D | Kconfig | 88 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/ |
D | nxp_mimx8mn_a53.dtsi | 53 arch_timer: timer { 54 compatible = "arm,armv8-timer";
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_mcxw71.dtsi | 287 lptmr0: timer@2d000 { 298 lptmr1: timer@2e000 {
|
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/ |
D | index.rst | 67 | RTC | on-chip | timer | 77 | SYSTICK | on-chip | timer |
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx4.dtsi | 95 itims: timer@400b0000 { 96 compatible = "nuvoton,npcx-itim-timer"; 102 interrupts = <28 1>; /* Event timer interrupt */
|
/Zephyr-latest/drivers/misc/coresight/ |
D | nrf_etr.c | 141 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/ |
D | Kconfig | 20 Priority of thread used to handle the timer and threshold triggers.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_timeout.rst | 49 timeout instances to be aggregated to share a single kernel timer element.
|
/Zephyr-latest/boards/wch/ch32v003evt/doc/ |
D | index.rst | 38 | TIMER | on-chip | timer |
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/ |
D | w5500_evb_pico.dts | 158 &timer {
|
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/doc/ |
D | index.rst | 38 | ARM TIMER | on-chip | ARM system timer |
|
/Zephyr-latest/boards/qemu/cortex_a53/doc/ |
D | index.rst | 13 * ARM architected timer
|
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/ |
D | index.rst | 53 - :dtcompatible:`raspberrypi,pico-timer`
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/doc/ |
D | index.rst | 16 * ARM architected (Generic) timer
|
/Zephyr-latest/boards/bbc/microbit_v2/ |
D | bbc_microbit_v2.dts | 72 timer = <&timer4>;
|
/Zephyr-latest/boards/nxp/mimxrt1015_evk/ |
D | mimxrt1015_evk.dts | 171 * timer will be used instead of systick, as allows the core clock to
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 377 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/ |
D | uhc_virtual.c | 360 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/ |
D | andes_v5_ae350.dtsi | 217 mtimer: timer@e6000000 { 218 compatible = "andestech,machine-timer";
|
/Zephyr-latest/tests/kernel/context/src/ |
D | main.c | 98 static struct k_timer timer; variable 168 k_timer_init(&timer, NULL, NULL); in kernel_init_objects()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte2.c | 425 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/ |
D | ucpd_numaker.c | 2425 ((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/ |
D | Kconfig | 87 source "drivers/timer/Kconfig"
|