#[repr(u8)]pub enum Trig0Chain76Ie7En {
IE7_EN_0 = 0,
IE7_EN_1 = 1,
}Variants§
IE7_EN_0 = 0
Interrupt DONE disabled.
IE7_EN_1 = 1
Interrupt DONE enabled. When segment 7 finish, an interrupt will be generated on the specific port configured by the IE7.
Implementations§
Trait Implementations§
Source§impl Clone for Trig0Chain76Ie7En
impl Clone for Trig0Chain76Ie7En
Source§fn clone(&self) -> Trig0Chain76Ie7En
fn clone(&self) -> Trig0Chain76Ie7En
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Trig0Chain76Ie7En
impl Debug for Trig0Chain76Ie7En
Source§impl From<Trig0Chain76Ie7En> for u8
impl From<Trig0Chain76Ie7En> for u8
Source§fn from(val: Trig0Chain76Ie7En) -> u8
fn from(val: Trig0Chain76Ie7En) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig0Chain76Ie7En
impl From<u8> for Trig0Chain76Ie7En
Source§fn from(val: u8) -> Trig0Chain76Ie7En
fn from(val: u8) -> Trig0Chain76Ie7En
Converts to this type from the input type.
Source§impl Ord for Trig0Chain76Ie7En
impl Ord for Trig0Chain76Ie7En
Source§fn cmp(&self, other: &Trig0Chain76Ie7En) -> Ordering
fn cmp(&self, other: &Trig0Chain76Ie7En) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Trig0Chain76Ie7En
impl PartialEq for Trig0Chain76Ie7En
Source§impl PartialOrd for Trig0Chain76Ie7En
impl PartialOrd for Trig0Chain76Ie7En
impl Copy for Trig0Chain76Ie7En
impl Eq for Trig0Chain76Ie7En
impl StructuralPartialEq for Trig0Chain76Ie7En
Auto Trait Implementations§
impl Freeze for Trig0Chain76Ie7En
impl RefUnwindSafe for Trig0Chain76Ie7En
impl Send for Trig0Chain76Ie7En
impl Sync for Trig0Chain76Ie7En
impl Unpin for Trig0Chain76Ie7En
impl UnwindSafe for Trig0Chain76Ie7En
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