Enum Swtrig
#[repr(u8)]pub enum Swtrig {
CONVERSION = 0,
SAMPLING = 1,
}
Variants§
CONVERSION = 0
Software trigger starts the conversion for sampling time control trigger mode
SAMPLING = 1
Software trigger starts the sampling for sampling time control trigger mode
Implementations§
Trait Implementations§
§impl Ord for Swtrig
impl Ord for Swtrig
§impl PartialOrd for Swtrig
impl PartialOrd for Swtrig
impl Copy for Swtrig
impl Eq for Swtrig
impl StructuralPartialEq for Swtrig
Auto Trait Implementations§
impl Freeze for Swtrig
impl RefUnwindSafe for Swtrig
impl Send for Swtrig
impl Sync for Swtrig
impl Unpin for Swtrig
impl UnwindSafe for Swtrig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)