pub enum ALIGN {
Right = 0,
Left = 1,
}
Expand description
Data alignment This bit is set and cleared by software to select right or left alignment. Refer to Data alignment and resolution (oversampling disabled: OVSE = 0) on page349 Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ALIGN
impl Eq for ALIGN
impl StructuralPartialEq for ALIGN
Auto Trait Implementations§
impl Freeze for ALIGN
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