#[repr(u8)]pub enum Csctrl3DbgEn {
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 Csctrl3DbgEn
impl Csctrl3DbgEn
Trait Implementations§
Source§impl Clone for Csctrl3DbgEn
impl Clone for Csctrl3DbgEn
Source§fn clone(&self) -> Csctrl3DbgEn
fn clone(&self) -> Csctrl3DbgEn
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 Csctrl3DbgEn
impl Debug for Csctrl3DbgEn
Source§impl From<Csctrl3DbgEn> for u8
impl From<Csctrl3DbgEn> for u8
Source§fn from(val: Csctrl3DbgEn) -> u8
fn from(val: Csctrl3DbgEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Csctrl3DbgEn
impl From<u8> for Csctrl3DbgEn
Source§fn from(val: u8) -> Csctrl3DbgEn
fn from(val: u8) -> Csctrl3DbgEn
Converts to this type from the input type.
Source§impl Ord for Csctrl3DbgEn
impl Ord for Csctrl3DbgEn
Source§fn cmp(&self, other: &Csctrl3DbgEn) -> Ordering
fn cmp(&self, other: &Csctrl3DbgEn) -> 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 Csctrl3DbgEn
impl PartialEq for Csctrl3DbgEn
Source§impl PartialOrd for Csctrl3DbgEn
impl PartialOrd for Csctrl3DbgEn
impl Copy for Csctrl3DbgEn
impl Eq for Csctrl3DbgEn
impl StructuralPartialEq for Csctrl3DbgEn
Auto Trait Implementations§
impl Freeze for Csctrl3DbgEn
impl RefUnwindSafe for Csctrl3DbgEn
impl Send for Csctrl3DbgEn
impl Sync for Csctrl3DbgEn
impl Unpin for Csctrl3DbgEn
impl UnwindSafe for Csctrl3DbgEn
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