/Zephyr-latest/dts/common/nordic/ |
D | nrf54l_05_10_15.dtsi | 181 timer00: timer@55000 { 182 compatible = "nordic,nrf-timer"; 210 timer10: timer@85000 { 211 compatible = "nordic,nrf-timer"; 401 timer20: timer@ca000 { 402 compatible = "nordic,nrf-timer"; 411 timer21: timer@cb000 { 412 compatible = "nordic,nrf-timer"; 421 timer22: timer@cc000 { 422 compatible = "nordic,nrf-timer"; [all …]
|
D | nrf54h20.dtsi | 381 timer020: timer@28000 { 382 compatible = "nordic,nrf-timer"; 393 timer021: timer@29000 { 394 compatible = "nordic,nrf-timer"; 405 timer022: timer@2a000 { 406 compatible = "nordic,nrf-timer"; 618 timer120: timer@8e2000 { 619 compatible = "nordic,nrf-timer"; 630 timer121: timer@8e3000 { 631 compatible = "nordic,nrf-timer"; [all …]
|
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/ |
D | stm32h573i_dk.overlay | 10 /* first index must be a 32-Bit timer */
|
D | b_u585i_iot02a.overlay | 10 /* first index must be a 32-Bit timer */
|
D | nucleo_f103rb.overlay | 12 /* first index must be a 32-Bit timer */
|
/Zephyr-latest/samples/drivers/kscan/src/ |
D | main.c | 117 static void typematic_callback(struct k_timer *timer) in typematic_callback() argument 138 static void block_matrix_callback(struct k_timer *timer) in block_matrix_callback() argument
|
/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_ls1046a.dtsi | 58 timer { 59 compatible = "arm,armv8-timer";
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | usbc_timer.h | 17 struct k_timer timer; member
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_rtt.h | 20 struct k_timer timer; member
|
D | shell_adsp_memory_window.h | 26 struct k_timer timer; member
|
/Zephyr-latest/lib/libc/arcmwdt/include/ |
D | time.h | 19 extern struct tm *localtime_r(const time_t *timer, struct tm *result);
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52832.dtsi | 217 timer0: timer@40008000 { 218 compatible = "nordic,nrf-timer"; 227 timer1: timer@40009000 { 228 compatible = "nordic,nrf-timer"; 237 timer2: timer@4000a000 { 238 compatible = "nordic,nrf-timer"; 363 timer3: timer@4001a000 { 364 compatible = "nordic,nrf-timer"; 373 timer4: timer@4001b000 { 374 compatible = "nordic,nrf-timer";
|
D | nrf51822.dtsi | 156 timer0: timer@40008000 { 157 compatible = "nordic,nrf-timer"; 166 timer1: timer@40009000 { 167 compatible = "nordic,nrf-timer"; 176 timer2: timer@4000a000 { 177 compatible = "nordic,nrf-timer";
|
/Zephyr-latest/drivers/serial/ |
D | uart_xlnx_uartlite.c | 58 struct k_timer timer; member 225 static void xlnx_uartlite_tx_soft_isr(struct k_timer *timer) in xlnx_uartlite_tx_soft_isr() argument 228 CONTAINER_OF(timer, struct xlnx_uartlite_data, timer); in xlnx_uartlite_tx_soft_isr() 250 k_timer_start(&data->timer, K_NO_WAIT, K_NO_WAIT); in xlnx_uartlite_irq_tx_enable() 343 k_timer_init(&data->timer, &xlnx_uartlite_tx_soft_isr, NULL); in xlnx_uartlite_init()
|
/Zephyr-latest/boards/qemu/arc/ |
D | qemu_arc.dtsi | 28 compatible = "snps,arc-timer"; 34 compatible = "snps,arc-timer";
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max78002.dtsi | 165 lptimer0: timer@40080c00 { 166 compatible = "adi,max32-timer"; 184 lptimer1: timer@40081000 { 185 compatible = "adi,max32-timer";
|
D | max32675.dtsi | 84 lptimer0: timer@40114000 { 85 compatible = "adi,max32-timer";
|
D | max32690.dtsi | 200 lptimer0: timer@40080c00 { 201 compatible = "adi,max32-timer"; 214 lptimer1: timer@40081000 { 215 compatible = "adi,max32-timer";
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 233 timer1: timer@50010200 { 234 compatible = "renesas,smartbond-timer"; 242 timer2: timer@50010300 { 243 compatible = "renesas,smartbond-timer"; 251 timer3: timer@50040a00 { 252 compatible = "renesas,smartbond-timer"; 260 timer4: timer@50040b00 { 261 compatible = "renesas,smartbond-timer";
|
/Zephyr-latest/samples/boards/st/power_mgmt/stop3/boards/ |
D | nucleo_u575zi_q.overlay | 9 st,lptim-stdby-timer = &rtc;
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.mips_cp0 | 10 This module implements a kernel device driver for the MIPS CP0 timer.
|
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/ |
D | esp32s3_touch_lcd_1_28_esp32s3_procpu.dts | 121 timer = <0>; 125 timer = <1>; 129 timer = <2>;
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | CMakeLists.txt | 61 message(WARNING "You appear to be using the GPT hardware timer. " 62 "This timer will enable lower power modes, but at the cost of reduced " 63 "hardware timer resolution")
|
/Zephyr-latest/boards/qemu/cortex_m0/ |
D | qemu_cortex_m0_defconfig | 18 # icount is kinda broken when the NRF timer emulation is used
|
/Zephyr-latest/drivers/input/ |
D | input_analog_axis.c | 47 struct k_timer timer; member 253 k_timer_status_sync(&data->timer); in analog_axis_thread() 263 k_timer_init(&data->timer, NULL, NULL); in analog_axis_init() 284 k_timer_start(&data->timer, in analog_axis_init() 312 k_timer_stop(&data->timer); in analog_axis_pm_action() 315 k_timer_start(&data->timer, in analog_axis_pm_action()
|