Searched refs:COLOR_RED (Results 1 – 4 of 4) sorted by relevance
13 #define COLOR_RED 0x00ff0000 //红 macro
20 pub const COLOR_RED: u32 = 0x00ff0000; constant85 …$crate::libs::printk::PrintkWriter.__write_string_color($crate::libs::printk::COLOR_RED, $crate::l…93 …$crate::libs::printk::PrintkWriter.__write_string_color($crate::libs::printk::COLOR_RED, $crate::l…
31 ``#define COLOR_RED 0x00ff0000 //红``
382 put_string("Parent dir not exists.\n", COLOR_RED, COLOR_BLACK); in shell_cmd_touch()