pub enum DSGTRGDF_A {
_0 = 0,
_1 = 1,
}
Expand description
GTETRGD Pin Falling Input Source Counter Count Down Enable
Value on reset: 0
Variants§
_0 = 0
0: Disable counter count down on the falling edge of GTETRGD input
_1 = 1
1: Enable counter count down on the falling edge of GTETRGD input.
Trait Implementations§
Source§impl Clone for DSGTRGDF_A
impl Clone for DSGTRGDF_A
Source§fn clone(&self) -> DSGTRGDF_A
fn clone(&self) -> DSGTRGDF_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DSGTRGDF_A
impl Debug for DSGTRGDF_A
Source§impl From<DSGTRGDF_A> for bool
impl From<DSGTRGDF_A> for bool
Source§fn from(variant: DSGTRGDF_A) -> Self
fn from(variant: DSGTRGDF_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DSGTRGDF_A
impl PartialEq for DSGTRGDF_A
impl Copy for DSGTRGDF_A
impl Eq for DSGTRGDF_A
impl StructuralPartialEq for DSGTRGDF_A
Auto Trait Implementations§
impl Freeze for DSGTRGDF_A
impl RefUnwindSafe for DSGTRGDF_A
impl Send for DSGTRGDF_A
impl Sync for DSGTRGDF_A
impl Unpin for DSGTRGDF_A
impl UnwindSafe for DSGTRGDF_A
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