#[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