pub type CR3 = Reg<u32, _CR3>;
Power control register 3
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see cr3 module
pub struct CR3 { /* private fields */ }
Register CR3 reset()’s with value 0x8000
reset()
read() method returns cr3::R reader structure
read()
write(|w| ..) method takes cr3::W writer structure
write(|w| ..)