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