Struct Pio4
#[repr(transparent)]pub struct Pio4(pub u32);Expand description
I/O space timing register 4
Tuple Fields§
§0: u32Implementations§
§impl Pio4
impl Pio4
pub const fn set_iose_tx(&mut self, val: u8)
pub const fn set_iose_tx(&mut self, val: u8)
IOSETx
pub const fn set_iowai_tx(&mut self, val: u8)
pub const fn set_iowai_tx(&mut self, val: u8)
IOWAITx
pub const fn set_iohol_dx(&mut self, val: u8)
pub const fn set_iohol_dx(&mut self, val: u8)
IOHOLDx
pub const fn set_iohi_zx(&mut self, val: u8)
pub const fn set_iohi_zx(&mut self, val: u8)
IOHIZx
Trait Implementations§
impl Copy for Pio4
impl Eq for Pio4
impl StructuralPartialEq for Pio4
Auto Trait Implementations§
impl Freeze for Pio4
impl RefUnwindSafe for Pio4
impl Send for Pio4
impl Sync for Pio4
impl Unpin for Pio4
impl UnwindSafe for Pio4
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