#[repr(transparent)]pub struct Fro1mhz(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl Fro1mhz
impl Fro1mhz
Sourcepub const fn fro1m_trim_valid(&self) -> bool
pub const fn fro1m_trim_valid(&self) -> bool
no description available
Sourcepub const fn set_fro1m_trim_valid(&mut self, val: bool)
pub const fn set_fro1m_trim_valid(&mut self, val: bool)
no description available
Sourcepub const fn fro1m_freqsel(&self) -> u8
pub const fn fro1m_freqsel(&self) -> u8
Frequency trimming bits.
Sourcepub const fn set_fro1m_freqsel(&mut self, val: u8)
pub const fn set_fro1m_freqsel(&mut self, val: u8)
Frequency trimming bits.
Trait Implementations§
impl Copy for Fro1mhz
impl Eq for Fro1mhz
impl StructuralPartialEq for Fro1mhz
Auto Trait Implementations§
impl Freeze for Fro1mhz
impl RefUnwindSafe for Fro1mhz
impl Send for Fro1mhz
impl Sync for Fro1mhz
impl Unpin for Fro1mhz
impl UnwindSafe for Fro1mhz
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