#[repr(u8)]pub enum AdcAclkPodf {
Show 16 variants
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
ADC_ACLK_PODF_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
ADC_ACLK_PODF_11 = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
ADC_ACLK_PODF_15 = 15,
}Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
ADC_ACLK_PODF_7 = 7
pll3_sw_clk / 8
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
ADC_ACLK_PODF_11 = 11
pll3_sw_clk / 12
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
ADC_ACLK_PODF_15 = 15
pll3_sw_clk / 16
Implementations§
Source§impl AdcAclkPodf
impl AdcAclkPodf
Trait Implementations§
Source§impl Clone for AdcAclkPodf
impl Clone for AdcAclkPodf
Source§fn clone(&self) -> AdcAclkPodf
fn clone(&self) -> AdcAclkPodf
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 AdcAclkPodf
impl Debug for AdcAclkPodf
Source§impl From<AdcAclkPodf> for u8
impl From<AdcAclkPodf> for u8
Source§fn from(val: AdcAclkPodf) -> u8
fn from(val: AdcAclkPodf) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AdcAclkPodf
impl From<u8> for AdcAclkPodf
Source§fn from(val: u8) -> AdcAclkPodf
fn from(val: u8) -> AdcAclkPodf
Converts to this type from the input type.
Source§impl Ord for AdcAclkPodf
impl Ord for AdcAclkPodf
Source§fn cmp(&self, other: &AdcAclkPodf) -> Ordering
fn cmp(&self, other: &AdcAclkPodf) -> 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 AdcAclkPodf
impl PartialEq for AdcAclkPodf
Source§impl PartialOrd for AdcAclkPodf
impl PartialOrd for AdcAclkPodf
impl Copy for AdcAclkPodf
impl Eq for AdcAclkPodf
impl StructuralPartialEq for AdcAclkPodf
Auto Trait Implementations§
impl Freeze for AdcAclkPodf
impl RefUnwindSafe for AdcAclkPodf
impl Send for AdcAclkPodf
impl Sync for AdcAclkPodf
impl Unpin for AdcAclkPodf
impl UnwindSafe for AdcAclkPodf
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