#[repr(u8)]pub enum Periph2ClkSelBusy {
PERIPH2_CLK_SEL_BUSY_0 = 0,
PERIPH2_CLK_SEL_BUSY_1 = 1,
}Variants§
PERIPH2_CLK_SEL_BUSY_0 = 0
mux is not busy and its value represents the actual division.
PERIPH2_CLK_SEL_BUSY_1 = 1
mux is busy with handshake process with module. The value read in the periph2_clk_sel represents the previous value of select, and after the handshake periph2_clk_sel value will be applied.
Implementations§
Trait Implementations§
Source§impl Clone for Periph2ClkSelBusy
impl Clone for Periph2ClkSelBusy
Source§fn clone(&self) -> Periph2ClkSelBusy
fn clone(&self) -> Periph2ClkSelBusy
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 Periph2ClkSelBusy
impl Debug for Periph2ClkSelBusy
Source§impl From<Periph2ClkSelBusy> for u8
impl From<Periph2ClkSelBusy> for u8
Source§fn from(val: Periph2ClkSelBusy) -> u8
fn from(val: Periph2ClkSelBusy) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Periph2ClkSelBusy
impl From<u8> for Periph2ClkSelBusy
Source§fn from(val: u8) -> Periph2ClkSelBusy
fn from(val: u8) -> Periph2ClkSelBusy
Converts to this type from the input type.
Source§impl Ord for Periph2ClkSelBusy
impl Ord for Periph2ClkSelBusy
Source§fn cmp(&self, other: &Periph2ClkSelBusy) -> Ordering
fn cmp(&self, other: &Periph2ClkSelBusy) -> 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 Periph2ClkSelBusy
impl PartialEq for Periph2ClkSelBusy
Source§impl PartialOrd for Periph2ClkSelBusy
impl PartialOrd for Periph2ClkSelBusy
impl Copy for Periph2ClkSelBusy
impl Eq for Periph2ClkSelBusy
impl StructuralPartialEq for Periph2ClkSelBusy
Auto Trait Implementations§
impl Freeze for Periph2ClkSelBusy
impl RefUnwindSafe for Periph2ClkSelBusy
impl Send for Periph2ClkSelBusy
impl Sync for Periph2ClkSelBusy
impl Unpin for Periph2ClkSelBusy
impl UnwindSafe for Periph2ClkSelBusy
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