#[repr(u8)]pub enum FrohfdivHalt {
RUN = 0,
HALT = 1,
}Variants§
RUN = 0
Divider clock is running, this bit is set to 0 when the register is written.
HALT = 1
Divider clock is stopped
Implementations§
Source§impl FrohfdivHalt
impl FrohfdivHalt
Trait Implementations§
Source§impl Clone for FrohfdivHalt
impl Clone for FrohfdivHalt
Source§fn clone(&self) -> FrohfdivHalt
fn clone(&self) -> FrohfdivHalt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FrohfdivHalt
impl Debug for FrohfdivHalt
Source§impl From<FrohfdivHalt> for u8
impl From<FrohfdivHalt> for u8
Source§fn from(val: FrohfdivHalt) -> u8
fn from(val: FrohfdivHalt) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FrohfdivHalt
impl From<u8> for FrohfdivHalt
Source§fn from(val: u8) -> FrohfdivHalt
fn from(val: u8) -> FrohfdivHalt
Converts to this type from the input type.
Source§impl Ord for FrohfdivHalt
impl Ord for FrohfdivHalt
Source§fn cmp(&self, other: &FrohfdivHalt) -> Ordering
fn cmp(&self, other: &FrohfdivHalt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FrohfdivHalt
impl PartialEq for FrohfdivHalt
Source§impl PartialOrd for FrohfdivHalt
impl PartialOrd for FrohfdivHalt
impl Copy for FrohfdivHalt
impl Eq for FrohfdivHalt
impl StructuralPartialEq for FrohfdivHalt
Auto Trait Implementations§
impl Freeze for FrohfdivHalt
impl RefUnwindSafe for FrohfdivHalt
impl Send for FrohfdivHalt
impl Sync for FrohfdivHalt
impl Unpin for FrohfdivHalt
impl UnwindSafe for FrohfdivHalt
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