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