Struct stm32mp1::stm32mp157::usbphyc::usbphyc_pll::R
source · [−]pub struct R(_);
Expand description
Register USBPHYC_PLL
reader
Implementations
sourceimpl R
impl R
sourcepub fn pllfracin(&self) -> PLLFRACIN_R
pub fn pllfracin(&self) -> PLLFRACIN_R
Bits 10:25 - PLLFRACIN
sourcepub fn pllstrbyp(&self) -> PLLSTRBYP_R
pub fn pllstrbyp(&self) -> PLLSTRBYP_R
Bit 28 - PLLSTRBYP
sourcepub fn pllfracctl(&self) -> PLLFRACCTL_R
pub fn pllfracctl(&self) -> PLLFRACCTL_R
Bit 29 - PLLFRACCTL
sourcepub fn plldithen0(&self) -> PLLDITHEN0_R
pub fn plldithen0(&self) -> PLLDITHEN0_R
Bit 30 - PLLDITHEN0
sourcepub fn plldithen1(&self) -> PLLDITHEN1_R
pub fn plldithen1(&self) -> PLLDITHEN1_R
Bit 31 - PLLDITHEN1
Methods from Deref<Target = R<USBPHYC_PLL_SPEC>>
Trait Implementations
sourceimpl From<R<USBPHYC_PLL_SPEC>> for R
impl From<R<USBPHYC_PLL_SPEC>> for R
sourcefn from(reader: R<USBPHYC_PLL_SPEC>) -> Self
fn from(reader: R<USBPHYC_PLL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more