#[repr(u8)]pub enum IFTRG_A {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Input FIFO Data Triggering Number
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IFTRG_A
impl Eq for IFTRG_A
impl StructuralPartialEq for IFTRG_A
Auto Trait Implementations§
impl Freeze for IFTRG_A
impl RefUnwindSafe for IFTRG_A
impl Send for IFTRG_A
impl Sync for IFTRG_A
impl Unpin for IFTRG_A
impl UnwindSafe for IFTRG_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