#[repr(transparent)]pub struct DynReg(pub u8);
Expand description
Power management I/O offsets from base port address
Tuple Fields§
§0: u8
Implementations§
Source§impl DynReg
impl DynReg
pub const STATUS: DynReg
pub const RESUME_ENABLE: DynReg
pub const CONTROL: DynReg
pub const TIMER: DynReg
pub const GEN_PURPOSE_STATUS: DynReg
pub const GEN_PURPOSE_ENABLE: DynReg
pub const PROC_CONTROL: DynReg
pub const PROC_L2: DynReg
pub const PROC_L3: DynReg
pub const GLOBAL_STATUS: DynReg
pub const DEVICE_STATUS: DynReg
pub const GLOBAL_ENABLE: DynReg
pub const GLOBAL_CONTROL: DynReg
pub const DEVICE_CONTROL: DynReg
pub const GENERAL_INPUT1: DynReg
pub const GENERAL_INPUT2: DynReg
pub const GENERAL_INPUT3: DynReg
pub const RESET: DynReg
pub const GENERAL_OUTPUT0: DynReg
pub const GENERAL_OUTPUT2: DynReg
pub const GENERAL_OUTPUT3: DynReg
pub const GENERAL_OUTPUT4: DynReg
Trait Implementations§
Source§impl Ord for DynReg
impl Ord for DynReg
Source§impl PartialOrd for DynReg
impl PartialOrd for DynReg
impl Copy for DynReg
impl Eq for DynReg
impl StructuralPartialEq for DynReg
Auto Trait Implementations§
impl Freeze for DynReg
impl RefUnwindSafe for DynReg
impl Send for DynReg
impl Sync for DynReg
impl Unpin for DynReg
impl UnwindSafe for DynReg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more