pub struct SSPSC_R(/* private fields */);
Expand description
Field SSPSC
reader - Spread spectrum prescaler
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSPSC_R
impl RefUnwindSafe for SSPSC_R
impl Send for SSPSC_R
impl Sync for SSPSC_R
impl Unpin for SSPSC_R
impl UnwindSafe for SSPSC_R
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