#[repr(u8)]pub enum Itsel {
SW = 0,
HW = 1,
_RESERVED_2 = 2,
GP = 3,
}Variants§
SW = 0
Software
HW = 1
Hardware trigger dedicated to the channel
_RESERVED_2 = 2
GP = 3
Grouped trigger shared with an adjacent channel; the adjacent channel’s ITSEL field determines the trigger
Implementations§
Trait Implementations§
Source§impl Ord for Itsel
impl Ord for Itsel
Source§impl PartialOrd for Itsel
impl PartialOrd for Itsel
impl Copy for Itsel
impl Eq for Itsel
impl StructuralPartialEq for Itsel
Auto Trait Implementations§
impl Freeze for Itsel
impl RefUnwindSafe for Itsel
impl Send for Itsel
impl Sync for Itsel
impl Unpin for Itsel
impl UnwindSafe for Itsel
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