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