#[repr(u8)]pub enum Msel32k {
REGULAR = 0,
REDUCED = 1,
}Variants§
REGULAR = 0
Selects normal baud generation (default setting)
REDUCED = 1
Selects special baud generation using 32.768 KHz input asynchronous clock
Implementations§
Trait Implementations§
Source§impl Ord for Msel32k
impl Ord for Msel32k
Source§impl PartialOrd for Msel32k
impl PartialOrd for Msel32k
impl Copy for Msel32k
impl Eq for Msel32k
impl StructuralPartialEq for Msel32k
Auto Trait Implementations§
impl Freeze for Msel32k
impl RefUnwindSafe for Msel32k
impl Send for Msel32k
impl Sync for Msel32k
impl Unpin for Msel32k
impl UnwindSafe for Msel32k
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