True is the console is enable. To a console be enable the init functions must be called first.
(&self)
| 113 | /// |
| 114 | /// To a console be enable the init functions must be called first. |
| 115 | pub fn is_enable(&self) -> bool { |
| 116 | self.enabled |
| 117 | } |
| 118 | |
| 119 | fn line_sts(&self) -> LineStsFlags { |
| 120 | LineStsFlags::from_bits_truncate(unsafe { inb(self.line_sts) }) |