#[repr(transparent)]pub struct OscInvChainLen(pub u32);Expand description
Oscillator Inverter Chain Length Register.
Tuple Fields§
§0: u32Implementations§
Source§impl OscInvChainLen
impl OscInvChainLen
Sourcepub const fn osc1_inv_chain_len(&self) -> Osc1InvChainLen
pub const fn osc1_inv_chain_len(&self) -> Osc1InvChainLen
Shows the even number of inverters set/chosen for the oscillator 1.
Sourcepub const fn set_osc1_inv_chain_len(&mut self, val: Osc1InvChainLen)
pub const fn set_osc1_inv_chain_len(&mut self, val: Osc1InvChainLen)
Shows the even number of inverters set/chosen for the oscillator 1.
Sourcepub const fn osc2_inv_chain_len(&self) -> Osc2InvChainLen
pub const fn osc2_inv_chain_len(&self) -> Osc2InvChainLen
Shows the even number of inverters set/chosen for the oscillator 2.
Sourcepub const fn set_osc2_inv_chain_len(&mut self, val: Osc2InvChainLen)
pub const fn set_osc2_inv_chain_len(&mut self, val: Osc2InvChainLen)
Shows the even number of inverters set/chosen for the oscillator 2.
Trait Implementations§
Source§impl Clone for OscInvChainLen
impl Clone for OscInvChainLen
Source§fn clone(&self) -> OscInvChainLen
fn clone(&self) -> OscInvChainLen
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 OscInvChainLen
impl Debug for OscInvChainLen
Source§impl Default for OscInvChainLen
impl Default for OscInvChainLen
Source§fn default() -> OscInvChainLen
fn default() -> OscInvChainLen
Returns the “default value” for a type. Read more
Source§impl PartialEq for OscInvChainLen
impl PartialEq for OscInvChainLen
impl Copy for OscInvChainLen
impl Eq for OscInvChainLen
impl StructuralPartialEq for OscInvChainLen
Auto Trait Implementations§
impl Freeze for OscInvChainLen
impl RefUnwindSafe for OscInvChainLen
impl Send for OscInvChainLen
impl Sync for OscInvChainLen
impl Unpin for OscInvChainLen
impl UnwindSafe for OscInvChainLen
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