pub enum RT2 {
Disabled = 0,
Enabled = 1,
}
Expand description
Rising trigger event configuration bit of configurable line 34
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RT2
impl Eq for RT2
impl StructuralPartialEq for RT2
Auto Trait Implementations§
impl Freeze for RT2
impl RefUnwindSafe for RT2
impl Send for RT2
impl Sync for RT2
impl Unpin for RT2
impl UnwindSafe for RT2
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