Enum DbgEn
pub enum DbgEn {
_0 = 0,
_1 = 1,
}Expand description
Debug Enable Bit
Value on reset: 0
Variants§
_0 = 0
0: Timer channels are stopped in Debug mode
_1 = 1
1: Timer channels continue to run in Debug mode
Trait Implementations§
impl Copy for DbgEn
impl Eq for DbgEn
impl StructuralPartialEq for DbgEn
Auto Trait Implementations§
impl Freeze for DbgEn
impl RefUnwindSafe for DbgEn
impl Send for DbgEn
impl Sync for DbgEn
impl Unpin for DbgEn
impl UnwindSafe for DbgEn
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