#[repr(u8)]pub enum Csctrl1DbgEn {
NORMAL = 0,
HALT_TMR = 1,
FORCE_0 = 2,
HALT_AND_FORCE_0 = 3,
}Variants§
NORMAL = 0
Continue with normal operation during debug mode. (default)
HALT_TMR = 1
Halt TMR counter during debug mode.
FORCE_0 = 2
Force TMR output to logic 0 (prior to consideration of SCTRL[OPS]).
HALT_AND_FORCE_0 = 3
Both halt counter and force output to 0 during debug mode.
Implementations§
Source§impl Csctrl1DbgEn
impl Csctrl1DbgEn
Trait Implementations§
Source§impl Clone for Csctrl1DbgEn
impl Clone for Csctrl1DbgEn
Source§fn clone(&self) -> Csctrl1DbgEn
fn clone(&self) -> Csctrl1DbgEn
Returns a duplicate 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 Csctrl1DbgEn
impl Debug for Csctrl1DbgEn
Source§impl From<Csctrl1DbgEn> for u8
impl From<Csctrl1DbgEn> for u8
Source§fn from(val: Csctrl1DbgEn) -> u8
fn from(val: Csctrl1DbgEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Csctrl1DbgEn
impl From<u8> for Csctrl1DbgEn
Source§fn from(val: u8) -> Csctrl1DbgEn
fn from(val: u8) -> Csctrl1DbgEn
Converts to this type from the input type.
Source§impl Ord for Csctrl1DbgEn
impl Ord for Csctrl1DbgEn
Source§fn cmp(&self, other: &Csctrl1DbgEn) -> Ordering
fn cmp(&self, other: &Csctrl1DbgEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Csctrl1DbgEn
impl PartialEq for Csctrl1DbgEn
Source§impl PartialOrd for Csctrl1DbgEn
impl PartialOrd for Csctrl1DbgEn
impl Copy for Csctrl1DbgEn
impl Eq for Csctrl1DbgEn
impl StructuralPartialEq for Csctrl1DbgEn
Auto Trait Implementations§
impl Freeze for Csctrl1DbgEn
impl RefUnwindSafe for Csctrl1DbgEn
impl Send for Csctrl1DbgEn
impl Sync for Csctrl1DbgEn
impl Unpin for Csctrl1DbgEn
impl UnwindSafe for Csctrl1DbgEn
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