Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/counter/
Dcounter_dw_timer.c40 #define DEV_DATA(_dev) ((struct counter_dw_timer_drv_data *const)(_dev)->data)
67 struct counter_dw_timer_drv_data { struct
88 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_irq_handler() argument
166 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_set_top_value()
220 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_set_alarm()
272 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_cancel_alarm()
290 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_get_freq()
324 struct counter_dw_timer_drv_data *const data = DEV_DATA(timer_dev); in counter_dw_timer_init()
376 static struct counter_dw_timer_drv_data timer_data_##inst; \