Enum stm32_hal2::adc::Align
source · #[repr(u8)]pub enum Align {
Show 16 variants
NoShift = 0,
L1 = 1,
L2 = 2,
L3 = 3,
L4 = 4,
L5 = 5,
L6 = 6,
L7 = 7,
L8 = 8,
L9 = 9,
L10 = 10,
L11 = 11,
L12 = 12,
L13 = 13,
L14 = 14,
L15 = 15,
}
Expand description
ADC data register alignment
Variants§
NoShift = 0
L1 = 1
L2 = 2
L3 = 3
L4 = 4
L5 = 5
L6 = 6
L7 = 7
L8 = 8
L9 = 9
L10 = 10
L11 = 11
L12 = 12
L13 = 13
L14 = 14
L15 = 15
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Align
impl Send for Align
impl Sync for Align
impl Unpin for Align
impl UnwindSafe for Align
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