Home
last modified time | relevance | path

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

/bsp/fujitsu/mb9x/mb9bf506r/drivers/
A Dled.c123 static rt_thread_t led2_thread; variable
132 led2_thread = rt_thread_create("led2", led2_thread_entry, RT_NULL, 384, 30, 5); in rt_hw_led_init()
133 if (led2_thread != RT_NULL) in rt_hw_led_init()
134 rt_thread_startup(led2_thread); in rt_hw_led_init()
/bsp/fujitsu/mb9x/mb9bf500r/
A Dled.c132 static rt_thread_t led2_thread; variable
141 led2_thread = rt_thread_create("led2", led2_thread_entry, RT_NULL, 384, 30, 5); in rt_hw_led_init()
142 if (led2_thread != RT_NULL) in rt_hw_led_init()
143 rt_thread_startup(led2_thread); in rt_hw_led_init()

Completed in 3 milliseconds