Home
last modified time | relevance | path

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

/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_timer.c20 struct hwtimer_device struct
85 struct hwtimer_device *hwtimer_device = (void *)timer; in hwtimer_init() local
100 struct hwtimer_device *hwtimer_device = (void *)timer; in hwtimer_start() local
108 hwtimer_device->tmode = mode; in hwtimer_start()
123 struct hwtimer_device *hwtimer_device = (void *)timer; in hwtimer_stop() local
138 struct hwtimer_device *hwtimer_device = (void *)timer; in hwtimer_count_get() local
148 struct hwtimer_device *hwtimer_device = (void *)timer; in hwtimer_control() local
202 struct hwtimer_device *hwtimer_device = devices[n]; in rt_hw_hwtimer_init() local
206 hwtimer_device->parent.info = &hwtimer_device->hwtimer_info; in rt_hw_hwtimer_init()
209 &hwtimer_device->parent, hwtimer_device->name, RT_NULL); in rt_hw_hwtimer_init()
[all …]
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_hwtimer_ch32f10x.c20 struct hwtimer_device struct
29 struct hwtimer_device hwtimer_device1 = argument
37 struct hwtimer_device hwtimer_device2 =
45 struct hwtimer_device hwtimer_device3 =
53 struct hwtimer_device hwtimer_device4 =
62 struct hwtimer_device *hwtimer_dev; in ch32f1_hwtimer_init()
72 hwtimer_dev = (struct hwtimer_device *)device; in ch32f1_hwtimer_init()
127 struct hwtimer_device *hwtimer_dev; in ch32f1_hwtimer_start()
158 struct hwtimer_device *hwtimer_dev; in ch32f1_hwtimer_stop()
171 struct hwtimer_device *hwtimer_dev; in ch32f1_hwtimer_counter_get()
[all …]
A Ddrv_hwtimer_ch32f20x.c20 struct hwtimer_device struct
29 struct hwtimer_device hwtimer_device1 = argument
37 struct hwtimer_device hwtimer_device2 =
45 struct hwtimer_device hwtimer_device3 =
53 struct hwtimer_device hwtimer_device4 =
61 struct hwtimer_device hwtimer_device5 =
69 struct hwtimer_device hwtimer_device6 =
77 struct hwtimer_device hwtimer_device7 =
85 struct hwtimer_device hwtimer_device8 =
93 struct hwtimer_device hwtimer_device9 =
[all …]
/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_hwtimer.h19 struct hwtimer_device struct
28 struct hwtimer_device hwtimer_device1 = argument
36 struct hwtimer_device hwtimer_device2 =
44 struct hwtimer_device hwtimer_device3 =
52 struct hwtimer_device hwtimer_device4 =
A Ddrv_hwtimer.c23 struct hwtimer_device *hwtimer_dev; in air32_hwtimer_init()
33 hwtimer_dev = (struct hwtimer_device *)device; in air32_hwtimer_init()
88 struct hwtimer_device *hwtimer_dev; in air32_hwtimer_start()
92 hwtimer_dev = (struct hwtimer_device *)device; in air32_hwtimer_start()
119 struct hwtimer_device *hwtimer_dev; in air32_hwtimer_stop()
123 hwtimer_dev = (struct hwtimer_device *)device; in air32_hwtimer_stop()
132 struct hwtimer_device *hwtimer_dev; in air32_hwtimer_counter_get()
136 hwtimer_dev = (struct hwtimer_device *)device; in air32_hwtimer_counter_get()
143 struct hwtimer_device *hwtimer_dev; in air32_hwtimer_control()
148 hwtimer_dev = (struct hwtimer_device *)device; in air32_hwtimer_control()

Completed in 87 milliseconds