pub enum ADSTARTR {
NotActive = 0,
Active = 1,
}
Expand description
ADC start conversion command
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ADSTARTR
impl Eq for ADSTARTR
impl StructuralPartialEq for ADSTARTR
Auto Trait Implementations§
impl Freeze for ADSTARTR
impl RefUnwindSafe for ADSTARTR
impl Send for ADSTARTR
impl Sync for ADSTARTR
impl Unpin for ADSTARTR
impl UnwindSafe for ADSTARTR
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