Home
last modified time | relevance | path

Searched defs:tmr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-2.7.6/drivers/timer/
Dleon_gptimer.c69 volatile struct gptimer_timer_regs *tmr = &regs->timer[0]; in timer_isr() local
92 volatile struct gptimer_timer_regs *tmr = &regs->timer[1]; in sys_clock_cycle_get_32() local
98 static void init_downcounter(volatile struct gptimer_timer_regs *tmr) in init_downcounter()
109 volatile struct gptimer_timer_regs *tmr = &regs->timer[0]; in sys_clock_driver_init() local
/Zephyr-Core-2.7.6/tests/kernel/timer/starve/src/
Dmain.c38 static struct k_timer tmr; in test_starve() local
/Zephyr-Core-2.7.6/drivers/sensor/hp206c/
Dhp206c.h80 struct k_timer tmr; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c150 uint32_t tmr = GENFSK->EVENT_TMR & GENFSK_EVENT_TMR_EVENT_TMR_MASK; in tmp_cb() local
310 uint32_t tmr = GENFSK->EVENT_TMR & GENFSK_EVENT_TMR_EVENT_TMR_MASK; in isr_radio() local
838 uint32_t tmr = GENFSK->EVENT_TMR + RADIO_DISABLE_TMR; in radio_disable() local
/Zephyr-Core-2.7.6/tests/kernel/timer/timer_api/src/
Dmain.c72 #define TIMER_ASSERT(exp, tmr) \ argument
/Zephyr-Core-2.7.6/drivers/counter/
Dmaxim_ds3231.c845 static void sync_timer_handler(struct k_timer *tmr) in sync_timer_handler()