Searched refs:new_device (Results 1 – 1 of 1) sorted by relevance
191 rt_device_t new_device = rt_device_find(name); in rt_console_set_device() local193 if (new_device != RT_NULL && new_device != old_device) in rt_console_set_device()202 rt_device_open(new_device, RT_DEVICE_OFLAG_RDWR | RT_DEVICE_FLAG_STREAM); in rt_console_set_device()203 _console_device = new_device; in rt_console_set_device()
Completed in 4 milliseconds