Struct Adcpres
#[repr(transparent)]pub struct Adcpres(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Adcpres
impl Adcpres
pub const NOCLOCK: Self
pub const NOCLOCK: Self
No clock
pub const DIV1: Self
pub const DIV1: Self
PLL clock not divided
pub const DIV2: Self
pub const DIV2: Self
PLL clock divided by 2
pub const DIV4: Self
pub const DIV4: Self
PLL clock divided by 4
pub const DIV6: Self
pub const DIV6: Self
PLL clock divided by 6
pub const DIV8: Self
pub const DIV8: Self
PLL clock divided by 8
pub const DIV10: Self
pub const DIV10: Self
PLL clock divided by 10
pub const DIV12: Self
pub const DIV12: Self
PLL clock divided by 12
pub const DIV16: Self
pub const DIV16: Self
PLL clock divided by 16
pub const DIV32: Self
pub const DIV32: Self
PLL clock divided by 32
pub const DIV64: Self
pub const DIV64: Self
PLL clock divided by 64
pub const DIV128: Self
pub const DIV128: Self
PLL clock divided by 128
pub const DIV256: Self
pub const DIV256: Self
PLL clock divided by 256
Trait Implementations§
§impl Ord for Adcpres
impl Ord for Adcpres
§impl PartialOrd for Adcpres
impl PartialOrd for Adcpres
impl Copy for Adcpres
impl Eq for Adcpres
impl StructuralPartialEq for Adcpres
Auto Trait Implementations§
impl Freeze for Adcpres
impl RefUnwindSafe for Adcpres
impl Send for Adcpres
impl Sync for Adcpres
impl Unpin for Adcpres
impl UnwindSafe for Adcpres
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