Home
last modified time | relevance | path

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

/bsp/efm32/
A Ddrv_adc.c340 struct efm32_adc_device_t *adc; in rt_adc_init()
342 adc = (struct efm32_adc_device_t *)(dev->user_data); in rt_adc_init()
377 struct efm32_adc_device_t *adc; in rt_adc_control()
379 adc = (struct efm32_adc_device_t *)(dev->user_data); in rt_adc_control()
696 struct efm32_adc_device_t *adc) in rt_hw_adc_register()
732 static struct efm32_adc_device_t *rt_hw_adc_unit_init( in rt_hw_adc_unit_init()
736 struct efm32_adc_device_t *adc; in rt_hw_adc_unit_init()
743 adc = rt_malloc(sizeof(struct efm32_adc_device_t)); in rt_hw_adc_unit_init()
807 struct efm32_adc_device_t *adc; in rt_hw_adc_init()
A Ddrv_adc.h17 struct efm32_adc_device_t struct

Completed in 10 milliseconds