/Zephyr-latest/dts/arm/ |
D | armv6-m.dtsi | 21 systick: timer@e000e010 {
|
D | armv7-m.dtsi | 21 systick: timer@e000e010 {
|
D | armv8-m.dtsi | 21 systick: timer@e000e010 {
|
D | armv8.1-m.dtsi | 25 systick: timer@e000e010 {
|
/Zephyr-latest/samples/subsys/debug/debugmon/src/ |
D | main.c | 16 void timer_handler(struct k_timer *timer) in timer_handler() argument
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.xec | 12 will expose the basic timer devices present on the MCU.
|
D | Kconfig.tmr_cmsdk_apb | 1 # Counter and timer configuration options
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.h | 77 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/ |
D | main.c | 122 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/ |
D | frdm_mcxn236.dtsi | 100 * 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/ |
D | Kconfig | 20 bool "MEC174x RTOS Timer(32KHz) as kernel timer"
|
/Zephyr-latest/soc/microchip/mec/mec175x/ |
D | Kconfig | 20 bool "MEC175x RTOS Timer(32KHz) as kernel timer"
|
/Zephyr-latest/boards/xen/xenvm/ |
D | xenvm.dts | 62 timer { 63 compatible = "arm,armv8-timer";
|
/Zephyr-latest/dts/riscv/lowrisc/ |
D | opentitan_earlgrey.dtsi | 47 mtimer: timer@40100000 { 48 compatible = "lowrisc,machine-timer";
|
/Zephyr-latest/dts/arm/ti/ |
D | j721e_main_r5.dtsi | 78 systick_timer: timer@24c0000 { 79 compatible = "ti,am654-timer";
|
/Zephyr-latest/dts/arm64/rockchip/ |
D | rk3399.dtsi | 73 timer { 74 compatible = "arm,armv8-timer";
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf52805.dtsi | 170 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";
|
D | nrf52810.dtsi | 173 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";
|
D | nrf5340_cpunet.dtsi | 136 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/ |
D | uart_neorv32.c | 62 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/ |
D | intel_socfpga_agilex5.dtsi | 65 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/ |
D | Kconfig.leon_gptimer | 7 bool "LEON timer"
|
/Zephyr-latest/tests/arch/x86/info/ |
D | CMakeLists.txt | 10 target_sources(app PRIVATE src/timer.c)
|
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/src/ |
D | test_thread_runtime_stats.c | 379 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/ |
D | Kconfig | 20 bool "MECH172x RTOS Timer(32KHz) as kernel timer"
|