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