Enum Frac
pub enum Frac {
_0 = 0,
_1 = 1,
}Expand description
Peripheral Clock Divider Fraction
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Frac
impl Eq for Frac
impl StructuralPartialEq for Frac
Auto Trait Implementations§
impl Freeze for Frac
impl RefUnwindSafe for Frac
impl Send for Frac
impl Sync for Frac
impl Unpin for Frac
impl UnwindSafe for Frac
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