pub struct PSEL_R(/* private fields */);Expand description
Field PSEL reader - Post divider ratio P. The division ratio is 2 x P.
Implementations§
Methods from Deref<Target = FieldReader<u8, PSEL_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PSEL_R
impl RefUnwindSafe for PSEL_R
impl Send for PSEL_R
impl Sync for PSEL_R
impl Unpin for PSEL_R
impl UnwindSafe for PSEL_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