Enum stm32wlxx_hal::pac::adc::cfgr2::TOVS_A
pub enum TOVS_A {
TriggerAll = 0,
TriggerEach = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
TOVS
Value on reset: 0
Variants§
TriggerAll = 0
0: All oversampled conversions for a channel are done consecutively after a trigger
TriggerEach = 1
1: Each oversampled conversion for a channel needs a trigger
Trait Implementations§
impl Copy for TOVS_A
impl StructuralPartialEq for TOVS_A
Auto Trait Implementations§
impl RefUnwindSafe for TOVS_A
impl Send for TOVS_A
impl Sync for TOVS_A
impl Unpin for TOVS_A
impl UnwindSafe for TOVS_A
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