#[repr(transparent)]pub struct PfdaSet(pub u32);Expand description
PFD A
Tuple Fields§
§0: u32Implementations§
Source§impl PfdaSet
impl PfdaSet
Sourcepub const fn pfd0_clkgate(&self) -> bool
pub const fn pfd0_clkgate(&self) -> bool
PFD0 Clock Gate
Sourcepub const fn set_pfd0_clkgate(&mut self, val: bool)
pub const fn set_pfd0_clkgate(&mut self, val: bool)
PFD0 Clock Gate
Sourcepub const fn set_pfd0_frac(&mut self, val: u8)
pub const fn set_pfd0_frac(&mut self, val: u8)
PFD0 Fractional Divider
Sourcepub const fn pfd0_stable(&self) -> bool
pub const fn pfd0_stable(&self) -> bool
PFD0 Stable Signal
Sourcepub const fn set_pfd0_stable(&mut self, val: bool)
pub const fn set_pfd0_stable(&mut self, val: bool)
PFD0 Stable Signal
Trait Implementations§
impl Copy for PfdaSet
impl Eq for PfdaSet
impl StructuralPartialEq for PfdaSet
Auto Trait Implementations§
impl Freeze for PfdaSet
impl RefUnwindSafe for PfdaSet
impl Send for PfdaSet
impl Sync for PfdaSet
impl Unpin for PfdaSet
impl UnwindSafe for PfdaSet
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