#[repr(transparent)]pub struct PfdaTog(pub u32);Expand description
PFD A
Tuple Fields§
§0: u32Implementations§
Source§impl PfdaTog
impl PfdaTog
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 PfdaTog
impl Eq for PfdaTog
impl StructuralPartialEq for PfdaTog
Auto Trait Implementations§
impl Freeze for PfdaTog
impl RefUnwindSafe for PfdaTog
impl Send for PfdaTog
impl Sync for PfdaTog
impl Unpin for PfdaTog
impl UnwindSafe for PfdaTog
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