Searched refs:timer (Results 301 – 325 of 737) sorted by relevance
1...<<11121314151617181920>>...30
/Zephyr-latest/samples/basic/blinky_pwm/boards/ |
D | esp32c3_luatos_core.overlay | 42 timer = <0>;
|
D | esp32c3_luatos_core_esp32c3_usb.overlay | 42 timer = <0>;
|
D | esp32s2_saola.overlay | 42 timer = <0>;
|
D | esp32_devkitc_wroom_procpu.overlay | 42 timer = <0>;
|
/Zephyr-latest/include/zephyr/net/ |
D | trickle.h | 67 struct k_work_delayable timer; /**< Internal timer struct */ member
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/ |
D | ek_ra4m3.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra4w1.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra6m1.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra6m2.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra6m3.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra6m4.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra6m5.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra8d1.overlay | 12 /* first index must be a 32-Bit timer */
|
D | ek_ra8m1.overlay | 12 /* first index must be a 32-Bit timer */
|
D | fpb_ra6e1.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra2a1.overlay | 13 /* first index must be a 32-Bit timer */
|
D | ek_ra4m2.overlay | 13 /* first index must be a 32-Bit timer */
|
D | mck_ra8t1.overlay | 12 /* first index must be a 32-Bit timer */
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_s32_netc | 78 int "RX interrupt coalescing timer threshold" 82 RX interrupt coalescing timer threshold, in units of NETC clock cycles. 85 If the timer expires before the threshold is reached, an interrupt is
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.timer | 60 This controls the maximum number of times a timer can overrun before 85 int "Time to wait for timer availability (in msec) in POSIX application" 90 a new timer in POSIX compliant application
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/src/ |
D | main.c | 286 static void poll_out_timer_handler(struct k_timer *timer) in poll_out_timer_handler() argument 288 struct test_data *data = k_timer_user_data_get(timer); in poll_out_timer_handler() 294 k_timer_stop(timer); in poll_out_timer_handler() 297 k_timer_start(timer, K_USEC(250 + (sys_rand16_get() % 800)), in poll_out_timer_handler()
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52811.dtsi | 205 timer0: timer@40008000 { 206 compatible = "nordic,nrf-timer"; 215 timer1: timer@40009000 { 216 compatible = "nordic,nrf-timer"; 225 timer2: timer@4000a000 { 226 compatible = "nordic,nrf-timer";
|
D | nrf91_peripherals.dtsi | 379 timer0: timer@f000 { 380 compatible = "nordic,nrf-timer"; 389 timer1: timer@10000 { 390 compatible = "nordic,nrf-timer"; 399 timer2: timer@11000 { 400 compatible = "nordic,nrf-timer";
|
/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_mimx93_a55.dtsi | 37 arch_timer: timer { 38 compatible = "arm,armv8-timer"; 409 compatible = "nxp,tpm-timer"; 420 compatible = "nxp,tpm-timer"; 431 compatible = "nxp,tpm-timer"; 442 compatible = "nxp,tpm-timer"; 453 compatible = "nxp,tpm-timer"; 464 compatible = "nxp,tpm-timer";
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | timer.c | 37 void timer(void) in timer() function
|
1...<<11121314151617181920>>...30