#[repr(transparent)]pub struct Osc2Frqcnt(pub u32);Expand description
Oscillator-2 Frequency Count Register
Tuple Fields§
§0: u32Implementations§
Source§impl Osc2Frqcnt
impl Osc2Frqcnt
Sourcepub const fn osc2_frq_ct(&self) -> u32
pub const fn osc2_frq_ct(&self) -> u32
Frequency Count
Sourcepub const fn set_osc2_frq_ct(&mut self, val: u32)
pub const fn set_osc2_frq_ct(&mut self, val: u32)
Frequency Count
Trait Implementations§
Source§impl Clone for Osc2Frqcnt
impl Clone for Osc2Frqcnt
Source§fn clone(&self) -> Osc2Frqcnt
fn clone(&self) -> Osc2Frqcnt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Osc2Frqcnt
impl Debug for Osc2Frqcnt
Source§impl Default for Osc2Frqcnt
impl Default for Osc2Frqcnt
Source§fn default() -> Osc2Frqcnt
fn default() -> Osc2Frqcnt
Returns the “default value” for a type. Read more
Source§impl PartialEq for Osc2Frqcnt
impl PartialEq for Osc2Frqcnt
impl Copy for Osc2Frqcnt
impl Eq for Osc2Frqcnt
impl StructuralPartialEq for Osc2Frqcnt
Auto Trait Implementations§
impl Freeze for Osc2Frqcnt
impl RefUnwindSafe for Osc2Frqcnt
impl Send for Osc2Frqcnt
impl Sync for Osc2Frqcnt
impl Unpin for Osc2Frqcnt
impl UnwindSafe for Osc2Frqcnt
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