Home
last modified time | relevance | path

Searched refs:timer (Results 251 – 275 of 737) sorted by relevance

1...<<11121314151617181920>>...30

/Zephyr-latest/dts/arm/
Darmv6-m.dtsi21 systick: timer@e000e010 {
Darmv7-m.dtsi21 systick: timer@e000e010 {
Darmv8-m.dtsi21 systick: timer@e000e010 {
Darmv8.1-m.dtsi25 systick: timer@e000e010 {
/Zephyr-latest/samples/subsys/debug/debugmon/src/
Dmain.c16 void timer_handler(struct k_timer *timer) in timer_handler() argument
/Zephyr-latest/drivers/counter/
DKconfig.xec12 will expose the basic timer devices present on the MCU.
DKconfig.tmr_cmsdk_apb1 # Counter and timer configuration options
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h77 struct k_work_delayable timer; member
99 struct k_work_delayable timer; /* Repeat timer */ member
166 struct k_work_delayable timer; member
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/
Dmain.c122 struct k_timer timer; in ZTEST() local
182 sys_trace_k_timer_start(&timer, timeout, timeout); in ZTEST()
183 sys_trace_k_timer_init(&timer, NULL, NULL); in ZTEST()
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dtsi100 * MCXN236 board uses OS timer as the kernel timer
101 * In case we need to switch to SYSTICK timer, then
/Zephyr-latest/soc/microchip/mec/mec174x/
DKconfig20 bool "MEC174x RTOS Timer(32KHz) as kernel timer"
/Zephyr-latest/soc/microchip/mec/mec175x/
DKconfig20 bool "MEC175x RTOS Timer(32KHz) as kernel timer"
/Zephyr-latest/boards/xen/xenvm/
Dxenvm.dts62 timer {
63 compatible = "arm,armv8-timer";
/Zephyr-latest/dts/riscv/lowrisc/
Dopentitan_earlgrey.dtsi47 mtimer: timer@40100000 {
48 compatible = "lowrisc,machine-timer";
/Zephyr-latest/dts/arm/ti/
Dj721e_main_r5.dtsi78 systick_timer: timer@24c0000 {
79 compatible = "ti,am654-timer";
/Zephyr-latest/dts/arm64/rockchip/
Drk3399.dtsi73 timer {
74 compatible = "arm,armv8-timer";
/Zephyr-latest/dts/arm/nordic/
Dnrf52805.dtsi170 timer0: timer@40008000 {
171 compatible = "nordic,nrf-timer";
180 timer1: timer@40009000 {
181 compatible = "nordic,nrf-timer";
190 timer2: timer@4000a000 {
191 compatible = "nordic,nrf-timer";
Dnrf52810.dtsi173 timer0: timer@40008000 {
174 compatible = "nordic,nrf-timer";
183 timer1: timer@40009000 {
184 compatible = "nordic,nrf-timer";
193 timer2: timer@4000a000 {
194 compatible = "nordic,nrf-timer";
Dnrf5340_cpunet.dtsi136 timer0: timer@4100c000 {
137 compatible = "nordic,nrf-timer";
249 timer1: timer@41018000 {
250 compatible = "nordic,nrf-timer";
259 timer2: timer@41019000 {
260 compatible = "nordic,nrf-timer";
/Zephyr-latest/drivers/serial/
Duart_neorv32.c62 struct k_timer timer; member
262 static void neorv32_uart_tx_soft_isr(struct k_timer *timer) in neorv32_uart_tx_soft_isr() argument
264 const struct device *dev = k_timer_user_data_get(timer); in neorv32_uart_tx_soft_isr()
288 k_timer_start(&data->timer, K_NO_WAIT, K_NO_WAIT); in neorv32_uart_irq_tx_enable()
410 k_timer_init(&data->timer, &neorv32_uart_tx_soft_isr, NULL); in neorv32_uart_init()
411 k_timer_user_data_set(&data->timer, (void *)dev); in neorv32_uart_init()
/Zephyr-latest/dts/arm64/intel/
Dintel_socfpga_agilex5.dtsi65 arch_timer: timer {
66 compatible = "arm,armv8-timer";
138 timer0: timer@10C03000 {
149 timer1: timer@10C03100 {
160 timer2: timer@10D00000 {
171 timer3: timer@10D00100 {
/Zephyr-latest/drivers/timer/
DKconfig.leon_gptimer7 bool "LEON timer"
/Zephyr-latest/tests/arch/x86/info/
DCMakeLists.txt10 target_sources(app PRIVATE src/timer.c)
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/src/
Dtest_thread_runtime_stats.c379 void resume_main(struct k_timer *timer) in resume_main() argument
396 struct k_timer timer; in ZTEST() local
426 k_timer_init(&timer, resume_main, NULL); in ZTEST()
427 k_timer_start(&timer, K_TICKS(1), K_TICKS(10)); in ZTEST()
477 k_timer_stop(&timer); in ZTEST()
/Zephyr-latest/soc/microchip/mec/mech172x/
DKconfig20 bool "MECH172x RTOS Timer(32KHz) as kernel timer"

1...<<11121314151617181920>>...30