Home
last modified time | relevance | path

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

/bsp/fujitsu/mb9x/mb9bf500r/
A Dadc.c108 static rt_thread_t adc_thread; variable
122 adc_thread = rt_thread_create("adc", adc_thread_entry, RT_NULL, 384, 26, 5); in rt_hw_adc_init()
123 if(adc_thread != RT_NULL) in rt_hw_adc_init()
124 rt_thread_startup(adc_thread); in rt_hw_adc_init()

Completed in 3 milliseconds