#[repr(transparent)]pub struct Audiopll0denom(pub u32);Expand description
Audio pll0 denom
Tuple Fields§
§0: u32Implementations§
Source§impl Audiopll0denom
impl Audiopll0denom
Sourcepub const fn denom(&self) -> u32
pub const fn denom(&self) -> u32
This field contains the denominator of the AUDIOPLL0 fractional loop divider. NOTES: 1. The value of numerator must always be configured to be less than the value of the denominator. 2. The AUDIOPLL0DENOM register can only be changed when the AUDIOPLL0 is disabled.
Sourcepub const fn set_denom(&mut self, val: u32)
pub const fn set_denom(&mut self, val: u32)
This field contains the denominator of the AUDIOPLL0 fractional loop divider. NOTES: 1. The value of numerator must always be configured to be less than the value of the denominator. 2. The AUDIOPLL0DENOM register can only be changed when the AUDIOPLL0 is disabled.
Trait Implementations§
Source§impl Clone for Audiopll0denom
impl Clone for Audiopll0denom
Source§fn clone(&self) -> Audiopll0denom
fn clone(&self) -> Audiopll0denom
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 Audiopll0denom
impl Debug for Audiopll0denom
Source§impl Default for Audiopll0denom
impl Default for Audiopll0denom
Source§fn default() -> Audiopll0denom
fn default() -> Audiopll0denom
Returns the “default value” for a type. Read more
Source§impl PartialEq for Audiopll0denom
impl PartialEq for Audiopll0denom
impl Copy for Audiopll0denom
impl Eq for Audiopll0denom
impl StructuralPartialEq for Audiopll0denom
Auto Trait Implementations§
impl Freeze for Audiopll0denom
impl RefUnwindSafe for Audiopll0denom
impl Send for Audiopll0denom
impl Sync for Audiopll0denom
impl Unpin for Audiopll0denom
impl UnwindSafe for Audiopll0denom
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