Struct rp2040_pac2::pll::regs::FbdivInt[][src]

#[repr(transparent)]pub struct FbdivInt(pub u32);

Feedback divisor (note: this PLL does not support fractional division)

Implementations

impl FbdivInt[src]

pub const fn fbdiv_int(&self) -> u16[src]

see ctrl reg description for constraints

pub fn set_fbdiv_int(&mut self, val: u16)[src]

see ctrl reg description for constraints

Trait Implementations

impl Clone for FbdivInt[src]

impl Copy for FbdivInt[src]

impl Default for FbdivInt[src]

Auto Trait Implementations

impl Send for FbdivInt

impl Sync for FbdivInt

impl Unpin for FbdivInt

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.