pub enum TROVS {
Automatic = 0,
Triggered = 1,
}
Expand description
Triggered Regular Oversampling
Value on reset: 0
Variants§
Automatic = 0
0: All oversampled conversions for a channel are run following a trigger
Triggered = 1
1: Each oversampled conversion for a channel needs a new trigger
Trait Implementations§
impl Copy for TROVS
impl Eq for TROVS
impl StructuralPartialEq for TROVS
Auto Trait Implementations§
impl Freeze for TROVS
impl RefUnwindSafe for TROVS
impl Send for TROVS
impl Sync for TROVS
impl Unpin for TROVS
impl UnwindSafe for TROVS
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