pub enum RT46 {
Disabled = 0,
Enabled = 1,
}Expand description
Rising trigger event configuration bit of configurable event input xless thansup>(1)less than/sup>
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RT46
impl Eq for RT46
impl StructuralPartialEq for RT46
Auto Trait Implementations§
impl Freeze for RT46
impl RefUnwindSafe for RT46
impl Send for RT46
impl Sync for RT46
impl Unpin for RT46
impl UnwindSafe for RT46
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