pub enum G1_IO1 {
Disabled = 0,
Enabled = 1,
}
Expand description
G%s_IO1 Schmitt trigger hysteresis mode
Value on reset: 1
Variants§
Disabled = 0
0: Gx_IOy Schmitt trigger hysteresis disabled
Enabled = 1
1: Gx_IOy Schmitt trigger hysteresis enabled
Trait Implementations§
impl Copy for G1_IO1
impl Eq for G1_IO1
impl StructuralPartialEq for G1_IO1
Auto Trait Implementations§
impl Freeze for G1_IO1
impl RefUnwindSafe for G1_IO1
impl Send for G1_IO1
impl Sync for G1_IO1
impl Unpin for G1_IO1
impl UnwindSafe for G1_IO1
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