Home
last modified time | relevance | path

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

/bsp/efm32/
A Ddrv_acmp.c62 struct efm32_acmp_device_t *acmp; in rt_acmp_init()
64 acmp = (struct efm32_acmp_device_t *)(dev->user_data); in rt_acmp_init()
99 struct efm32_acmp_device_t *acmp; in rt_acmp_control()
101 acmp = (struct efm32_acmp_device_t *)(dev->user_data); in rt_acmp_control()
201 struct efm32_acmp_device_t *acmp) in rt_hw_acmp_register()
232 struct efm32_acmp_device_t *acmp; in rt_hw_acmp_isr()
234 acmp = (struct efm32_acmp_device_t *)(dev->user_data); in rt_hw_acmp_isr()
259 static struct efm32_acmp_device_t *rt_hw_acmp_unit_init( in rt_hw_acmp_unit_init()
263 struct efm32_acmp_device_t *acmp; in rt_hw_acmp_unit_init()
270 acmp = rt_malloc(sizeof(struct efm32_acmp_device_t)); in rt_hw_acmp_unit_init()
[all …]
A Ddrv_acmp.h19 struct efm32_acmp_device_t struct

Completed in 3 milliseconds