Searched refs:led1_thread (Results 1 – 2 of 2) sorted by relevance
| /bsp/fujitsu/mb9x/mb9bf506r/drivers/ |
| A D | led.c | 122 static rt_thread_t led1_thread; variable 128 led1_thread = rt_thread_create("led1", led1_thread_entry, RT_NULL, 384, 29, 5); in rt_hw_led_init() 129 if (led1_thread != RT_NULL) in rt_hw_led_init() 130 rt_thread_startup(led1_thread); in rt_hw_led_init()
|
| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | led.c | 131 static rt_thread_t led1_thread; variable 137 led1_thread = rt_thread_create("led1", led1_thread_entry, RT_NULL, 384, 29, 5); in rt_hw_led_init() 138 if (led1_thread != RT_NULL) in rt_hw_led_init() 139 rt_thread_startup(led1_thread); in rt_hw_led_init()
|
Completed in 4 milliseconds