Enum stm32_metapac::adccommon::vals::Idlevalue
#[repr(u8)]pub enum Idlevalue {
Show 16 variants
H13 = 0,
H1F = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
H13 = 0
Dummy channel selection is 0x13
H1F = 1
Dummy channel selection is 0x1F
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
§impl Ord for Idlevalue
impl Ord for Idlevalue
§impl PartialOrd for Idlevalue
impl PartialOrd for Idlevalue
impl Copy for Idlevalue
impl Eq for Idlevalue
impl StructuralPartialEq for Idlevalue
Auto Trait Implementations§
impl Freeze for Idlevalue
impl RefUnwindSafe for Idlevalue
impl Send for Idlevalue
impl Sync for Idlevalue
impl Unpin for Idlevalue
impl UnwindSafe for Idlevalue
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
)