#[repr(u8)]pub enum PSEL_A {
PSEL_0 = 0,
PSEL_1 = 1,
PSEL_2 = 2,
PSEL_3 = 3,
}Expand description
Post divider ratio P. The division ratio is 2 x P.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PSEL_A
impl StructuralPartialEq for PSEL_A
Auto Trait Implementations§
impl Freeze for PSEL_A
impl RefUnwindSafe for PSEL_A
impl Send for PSEL_A
impl Sync for PSEL_A
impl Unpin for PSEL_A
impl UnwindSafe for PSEL_A
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