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