#[repr(transparent)]pub struct Gpo00(pub u32);Expand description
GPO0 register 0 description
Tuple Fields§
§0: u32Implementations§
Source§impl Gpo00
impl Gpo00
Sourcepub const fn fro_trim_valid(&self) -> bool
pub const fn fro_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_fro_trim_valid(&mut self, val: bool)
pub const fn set_fro_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn fro32k_ntat(&self) -> u8
pub const fn fro32k_ntat(&self) -> u8
no description available
Sourcepub const fn set_fro32k_ntat(&mut self, val: u8)
pub const fn set_fro32k_ntat(&mut self, val: u8)
no description available
Sourcepub const fn fro32k_ptat(&self) -> u8
pub const fn fro32k_ptat(&self) -> u8
no description available
Sourcepub const fn set_fro32k_ptat(&mut self, val: u8)
pub const fn set_fro32k_ptat(&mut self, val: u8)
no description available
Sourcepub const fn fro32k_capcal(&self) -> u16
pub const fn fro32k_capcal(&self) -> u16
no description available
Sourcepub const fn set_fro32k_capcal(&mut self, val: u16)
pub const fn set_fro32k_capcal(&mut self, val: u16)
no description available
Trait Implementations§
impl Copy for Gpo00
impl Eq for Gpo00
impl StructuralPartialEq for Gpo00
Auto Trait Implementations§
impl Freeze for Gpo00
impl RefUnwindSafe for Gpo00
impl Send for Gpo00
impl Sync for Gpo00
impl Unpin for Gpo00
impl UnwindSafe for Gpo00
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