pub struct MSEL_R(/* private fields */);Expand description
Field MSEL reader - Feedback divider value. The division value M is the programmed MSEL value + 1. 00000: Division ratio M = 1 to 11111: Division ratio M = 32
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MSEL_R
impl RefUnwindSafe for MSEL_R
impl Send for MSEL_R
impl Sync for MSEL_R
impl Unpin for MSEL_R
impl UnwindSafe for MSEL_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