Home
last modified time | relevance | path

Searched refs:_timer (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/lora/
Dhal_common.c23 static void timer_callback(struct k_timer *_timer) in timer_callback() argument
25 ARG_UNUSED(_timer); in timer_callback()
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c773 cy_timer_t *_timer = (cy_timer_t *)timer; in zephyr_timer_event_handler() local
775 ((cy_timer_callback_t)_timer->callback_function)( in zephyr_timer_event_handler()
776 (cy_timer_callback_arg_t)_timer->arg); in zephyr_timer_event_handler()
/Zephyr-latest/modules/hal_gigadevice/
DCMakeLists.txt90 …yr_library_sources_ifdef(CONFIG_USE_GD32_TIMER ${gd32_std_src_dir}/${CONFIG_SOC_SERIES}_timer.c)
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst746 * :github:`19235` - move drivers/timer/apic\_timer.c to devicetree
800 * :github:`18787` - arch/x86: retire loapic\_timer.c driver in favor of new apic\_timer.c