Enum stm32_metapac::adccommon::vals::Damdf
#[repr(u8)]pub enum Damdf {
NOPACK = 0,
_RESERVED_1 = 1,
FORMAT32TO10 = 2,
FORMAT8 = 3,
}
Variants§
NOPACK = 0
Without data packing, CDR/CDR2 not used
_RESERVED_1 = 1
FORMAT32TO10 = 2
CDR formatted for 32-bit down to 10-bit resolution
FORMAT8 = 3
CDR formatted for 8-bit resolution
Implementations§
Trait Implementations§
§impl Ord for Damdf
impl Ord for Damdf
§impl PartialOrd for Damdf
impl PartialOrd for Damdf
impl Copy for Damdf
impl Eq for Damdf
impl StructuralPartialEq for Damdf
Auto Trait Implementations§
impl Freeze for Damdf
impl RefUnwindSafe for Damdf
impl Send for Damdf
impl Sync for Damdf
impl Unpin for Damdf
impl UnwindSafe for Damdf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)