Home
last modified time | relevance | path

Searched refs:timer (Results 201 – 225 of 737) sorted by relevance

12345678910>>...30

/Zephyr-latest/dts/common/nordic/
Dnrf54l_05_10_15.dtsi181 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 …]
Dnrf54h20.dtsi381 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/
Dstm32h573i_dk.overlay10 /* first index must be a 32-Bit timer */
Db_u585i_iot02a.overlay10 /* first index must be a 32-Bit timer */
Dnucleo_f103rb.overlay12 /* first index must be a 32-Bit timer */
/Zephyr-latest/samples/drivers/kscan/src/
Dmain.c117 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/
Dnxp_ls1046a.dtsi58 timer {
59 compatible = "arm,armv8-timer";
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_timer.h17 struct k_timer timer; member
/Zephyr-latest/include/zephyr/shell/
Dshell_rtt.h20 struct k_timer timer; member
Dshell_adsp_memory_window.h26 struct k_timer timer; member
/Zephyr-latest/lib/libc/arcmwdt/include/
Dtime.h19 extern struct tm *localtime_r(const time_t *timer, struct tm *result);
/Zephyr-latest/dts/arm/nordic/
Dnrf52832.dtsi217 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";
Dnrf51822.dtsi156 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/
Duart_xlnx_uartlite.c58 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/
Dqemu_arc.dtsi28 compatible = "snps,arc-timer";
34 compatible = "snps,arc-timer";
/Zephyr-latest/dts/arm/adi/max32/
Dmax78002.dtsi165 lptimer0: timer@40080c00 {
166 compatible = "adi,max32-timer";
184 lptimer1: timer@40081000 {
185 compatible = "adi,max32-timer";
Dmax32675.dtsi84 lptimer0: timer@40114000 {
85 compatible = "adi,max32-timer";
Dmax32690.dtsi200 lptimer0: timer@40080c00 {
201 compatible = "adi,max32-timer";
214 lptimer1: timer@40081000 {
215 compatible = "adi,max32-timer";
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi233 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/
Dnucleo_u575zi_q.overlay9 st,lptim-stdby-timer = &rtc;
/Zephyr-latest/drivers/timer/
DKconfig.mips_cp010 This module implements a kernel device driver for the MIPS CP0 timer.
/Zephyr-latest/boards/waveshare/esp32s3_touch_lcd_1_28/
Desp32s3_touch_lcd_1_28_esp32s3_procpu.dts121 timer = <0>;
125 timer = <1>;
129 timer = <2>;
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
DCMakeLists.txt61 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/
Dqemu_cortex_m0_defconfig18 # icount is kinda broken when the NRF timer emulation is used
/Zephyr-latest/drivers/input/
Dinput_analog_axis.c47 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()

12345678910>>...30