#[repr(transparent)]pub struct Audiopll0num(pub u32);Expand description
audio pll0 number
Tuple Fields§
§0: u32Implementations§
Source§impl Audiopll0num
impl Audiopll0num
Sourcepub const fn num(&self) -> u32
pub const fn num(&self) -> u32
This field contains the numerator 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 AUDIOPLL0NUM register can only be changed when the AUDIOPLL0 is disabled.
Sourcepub const fn set_num(&mut self, val: u32)
pub const fn set_num(&mut self, val: u32)
This field contains the numerator 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 AUDIOPLL0NUM register can only be changed when the AUDIOPLL0 is disabled.
Trait Implementations§
Source§impl Clone for Audiopll0num
impl Clone for Audiopll0num
Source§fn clone(&self) -> Audiopll0num
fn clone(&self) -> Audiopll0num
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 Audiopll0num
impl Debug for Audiopll0num
Source§impl Default for Audiopll0num
impl Default for Audiopll0num
Source§fn default() -> Audiopll0num
fn default() -> Audiopll0num
Returns the “default value” for a type. Read more
Source§impl PartialEq for Audiopll0num
impl PartialEq for Audiopll0num
impl Copy for Audiopll0num
impl Eq for Audiopll0num
impl StructuralPartialEq for Audiopll0num
Auto Trait Implementations§
impl Freeze for Audiopll0num
impl RefUnwindSafe for Audiopll0num
impl Send for Audiopll0num
impl Sync for Audiopll0num
impl Unpin for Audiopll0num
impl UnwindSafe for Audiopll0num
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