/Zephyr-latest/drivers/pwm/ |
D | Kconfig.sam0_tc | 11 Enable PWM driver for Atmel SAM0 MCUs using the TC timer/counter.
|
D | Kconfig.it8xxx2 | 13 Supports three 16-bit prescalers each with 8-bit cycle timer, and
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 89 static void port_timer_set_timeout(struct k_timer *timer, uint8_t factor, int8_t log_seconds) in port_timer_set_timeout() argument 95 k_timer_start(timer, K_NSEC(timeout), K_NO_WAIT); in port_timer_set_timeout() 98 static void port_timer_set_timeout_random(struct k_timer *timer, in port_timer_set_timeout_random() argument 114 k_timer_start(timer, K_NSEC(timeout), K_NO_WAIT); in port_timer_set_timeout_random() 360 static void port_timer_init(struct k_timer *timer, k_timer_expiry_t timeout_fn, void *user_data) in port_timer_init() argument 362 k_timer_init(timer, timeout_fn, NULL); in port_timer_init() 363 k_timer_user_data_set(timer, user_data); in port_timer_init() 366 static void port_timer_to_handler(struct k_timer *timer) in port_timer_to_handler() argument 368 struct ptp_port *port = (struct ptp_port *)k_timer_user_data_get(timer); in port_timer_to_handler() 370 if (timer == &port->timers.announce) { in port_timer_to_handler() [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_timer.c | 15 static void timer_expire(struct k_timer *timer) in timer_expire() argument
|
/Zephyr-latest/soc/altr/qemu_nios2/ |
D | linker.ld | 8 * @brief Linker script for the Nios II/e CPU with timer and 16550 UART
|
/Zephyr-latest/soc/altr/zephyr_nios2f/ |
D | linker.ld | 8 * @brief Linker script for the Nios II/e CPU with timer and 16550 UART
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/ |
D | nucleo_wba52cg.overlay | 11 /* first index must be a 32-Bit timer */
|
D | yd_esp32_procpu.overlay | 12 /* first index must be a 32-Bit timer */
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | trickle.rst | 13 The Trickle timer library implements
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/socs/ |
D | esp32_procpu.overlay | 12 /* first index must be a 32-Bit timer */
|
D | esp32c6.overlay | 12 /* first index must be a 32-Bit timer */
|
D | esp32s3_procpu.overlay | 12 /* first index must be a 32-Bit timer */
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max32662.dtsi | 106 lptimer0: timer@40113000 { 107 compatible = "adi,max32-timer";
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_tracking.c | 62 void sys_track_k_timer_init(struct k_timer *timer) in sys_track_k_timer_init() argument 65 SYS_TRACK_LIST_PREPEND(_track_list_k_timer, timer)); in sys_track_k_timer_init()
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/ |
D | esp_wrover_kit_procpu.dts | 161 timer = <0>; 165 timer = <1>; 169 timer = <2>;
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.rv32m1_lptmr | 7 bool "RV32M1 LPTMR system timer driver"
|
D | Kconfig.sam0_rtc | 7 bool "Atmel SAM0 series RTC timer"
|
D | Kconfig.cc13xx_cc26xx_rtc | 7 bool "TI SimpleLink CC13xx/CC26xx RTC system clock timer"
|
/Zephyr-latest/samples/basic/blinky_pwm/boards/ |
D | esp32s3_devkitm_procpu.overlay | 41 timer = <0>;
|
D | esp32s3_luatos_core_procpu_usb.overlay | 41 timer = <0>;
|
D | xiao_esp32s3_procpu.overlay | 41 timer = <0>;
|
D | esp32s3_luatos_core_procpu.overlay | 41 timer = <0>;
|
D | esp32c3_devkitm.overlay | 42 timer = <0>;
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 58 The activity timer implements a robust activity detection that 59 minimizes false positive motion triggers. When the timer is used, 61 Number of multiples of 3.3 ms activity timer for which above threshold 72 of 26 ms inactivity timer for which below threshold acceleration is
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an385.dts | 110 timer0: timer@40000000 { 111 compatible = "arm,cmsdk-timer"; 116 timer1: timer@40001000 { 117 compatible = "arm,cmsdk-timer";
|