CR3

Type Alias CR3 

Source
pub type CR3 = Reg<u32, _CR3>;
Expand description

Power control register 3

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see cr3 module

Aliased Type§

pub struct CR3 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for CR3

Register CR3 reset()’s with value 0x8000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for CR3

read() method returns cr3::R reader structure

Source§

impl Writable for CR3

write(|w| ..) method takes cr3::W writer structure