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