MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / raw_on

Function raw_on

src/sys/console.rs:366–370  ·  view source on GitHub ↗

Enable raw

()

Source from the content-addressed store, hash-verified

364
365// Enable raw
366pub fn raw_on()
367{
368 let mut raw = RAW.lock();
369 *raw = true;
370}
371
372
373// Checks whether or not raw has been enabled

Callers 1

readcharFunction · 0.85

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected