Searched refs:RT_DEVICE_CTRL_LCD_PUT_STRING (Results 1 – 3 of 3) sorted by relevance
| /bsp/fujitsu/mb9x/mb9bf500r/ |
| A D | application.c | 67 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, "ADC"); in rt_init_thread_entry() 70 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, "CPU"); in rt_init_thread_entry() 73 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, "KEY"); in rt_init_thread_entry() 86 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, buf); in rt_init_thread_entry() 93 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, buf); in rt_init_thread_entry() 120 rt_device_control(device, RT_DEVICE_CTRL_LCD_PUT_STRING, buf); in rt_init_thread_entry()
|
| A D | lcd.h | 161 #define RT_DEVICE_CTRL_LCD_PUT_STRING 11 macro
|
| A D | lcd.c | 445 case RT_DEVICE_CTRL_LCD_PUT_STRING: in rt_lcd_control()
|
Completed in 11 milliseconds