#[repr(transparent)]pub struct Gpo11(pub u32);Expand description
GPO1 register 1 description
Tuple Fields§
§0: u32Implementations§
Source§impl Gpo11
impl Gpo11
Sourcepub const fn rom_patch_version(&self) -> u8
pub const fn rom_patch_version(&self) -> u8
ROM Patch Version [3:0]
Sourcepub const fn set_rom_patch_version(&mut self, val: u8)
pub const fn set_rom_patch_version(&mut self, val: u8)
ROM Patch Version [3:0]
Sourcepub const fn customer_revision_id(&self) -> u8
pub const fn customer_revision_id(&self) -> u8
CUSTOMER REVISION ID[3:0]
Sourcepub const fn set_customer_revision_id(&mut self, val: u8)
pub const fn set_customer_revision_id(&mut self, val: u8)
CUSTOMER REVISION ID[3:0]
Trait Implementations§
impl Copy for Gpo11
impl Eq for Gpo11
impl StructuralPartialEq for Gpo11
Auto Trait Implementations§
impl Freeze for Gpo11
impl RefUnwindSafe for Gpo11
impl Send for Gpo11
impl Sync for Gpo11
impl Unpin for Gpo11
impl UnwindSafe for Gpo11
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