#[repr(u8)]pub enum Awrwaitunit {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
}Variants§
VAL0 = 0
The AWRWAIT unit is 2 AHB clock cycle
VAL1 = 1
The AWRWAIT unit is 8 AHB clock cycle
VAL2 = 2
The AWRWAIT unit is 32 AHB clock cycle
VAL3 = 3
The AWRWAIT unit is 128 AHB clock cycle
VAL4 = 4
The AWRWAIT unit is 512 AHB clock cycle
VAL5 = 5
The AWRWAIT unit is 2048 AHB clock cycle
VAL6 = 6
The AWRWAIT unit is 8192 AHB clock cycle
VAL7 = 7
The AWRWAIT unit is 32768 AHB clock cycle
Implementations§
Source§impl Awrwaitunit
impl Awrwaitunit
Trait Implementations§
Source§impl Clone for Awrwaitunit
impl Clone for Awrwaitunit
Source§fn clone(&self) -> Awrwaitunit
fn clone(&self) -> Awrwaitunit
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 Awrwaitunit
impl Debug for Awrwaitunit
Source§impl From<Awrwaitunit> for u8
impl From<Awrwaitunit> for u8
Source§fn from(val: Awrwaitunit) -> u8
fn from(val: Awrwaitunit) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Awrwaitunit
impl From<u8> for Awrwaitunit
Source§fn from(val: u8) -> Awrwaitunit
fn from(val: u8) -> Awrwaitunit
Converts to this type from the input type.
Source§impl Ord for Awrwaitunit
impl Ord for Awrwaitunit
Source§fn cmp(&self, other: &Awrwaitunit) -> Ordering
fn cmp(&self, other: &Awrwaitunit) -> 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 Awrwaitunit
impl PartialEq for Awrwaitunit
Source§impl PartialOrd for Awrwaitunit
impl PartialOrd for Awrwaitunit
impl Copy for Awrwaitunit
impl Eq for Awrwaitunit
impl StructuralPartialEq for Awrwaitunit
Auto Trait Implementations§
impl Freeze for Awrwaitunit
impl RefUnwindSafe for Awrwaitunit
impl Send for Awrwaitunit
impl Sync for Awrwaitunit
impl Unpin for Awrwaitunit
impl UnwindSafe for Awrwaitunit
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