#[repr(u8)]pub enum PeriphClk2Podf {
PERIPH_CLK2_PODF_0 = 0,
PERIPH_CLK2_PODF_1 = 1,
PERIPH_CLK2_PODF_2 = 2,
PERIPH_CLK2_PODF_3 = 3,
PERIPH_CLK2_PODF_4 = 4,
PERIPH_CLK2_PODF_5 = 5,
PERIPH_CLK2_PODF_6 = 6,
PERIPH_CLK2_PODF_7 = 7,
}Variants§
PERIPH_CLK2_PODF_0 = 0
divide by 1
PERIPH_CLK2_PODF_1 = 1
divide by 2
PERIPH_CLK2_PODF_2 = 2
divide by 3
PERIPH_CLK2_PODF_3 = 3
divide by 4
PERIPH_CLK2_PODF_4 = 4
divide by 5
PERIPH_CLK2_PODF_5 = 5
divide by 6
PERIPH_CLK2_PODF_6 = 6
divide by 7
PERIPH_CLK2_PODF_7 = 7
divide by 8
Implementations§
Trait Implementations§
Source§impl Clone for PeriphClk2Podf
impl Clone for PeriphClk2Podf
Source§fn clone(&self) -> PeriphClk2Podf
fn clone(&self) -> PeriphClk2Podf
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 PeriphClk2Podf
impl Debug for PeriphClk2Podf
Source§impl From<PeriphClk2Podf> for u8
impl From<PeriphClk2Podf> for u8
Source§fn from(val: PeriphClk2Podf) -> u8
fn from(val: PeriphClk2Podf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PeriphClk2Podf
impl From<u8> for PeriphClk2Podf
Source§fn from(val: u8) -> PeriphClk2Podf
fn from(val: u8) -> PeriphClk2Podf
Converts to this type from the input type.
Source§impl Ord for PeriphClk2Podf
impl Ord for PeriphClk2Podf
Source§fn cmp(&self, other: &PeriphClk2Podf) -> Ordering
fn cmp(&self, other: &PeriphClk2Podf) -> 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 PeriphClk2Podf
impl PartialEq for PeriphClk2Podf
Source§impl PartialOrd for PeriphClk2Podf
impl PartialOrd for PeriphClk2Podf
impl Copy for PeriphClk2Podf
impl Eq for PeriphClk2Podf
impl StructuralPartialEq for PeriphClk2Podf
Auto Trait Implementations§
impl Freeze for PeriphClk2Podf
impl RefUnwindSafe for PeriphClk2Podf
impl Send for PeriphClk2Podf
impl Sync for PeriphClk2Podf
impl Unpin for PeriphClk2Podf
impl UnwindSafe for PeriphClk2Podf
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