Enum SwRst
pub enum SwRst {
_0 = 0,
_1 = 1,
}Expand description
Software Reset Bit
Value on reset: 0
Variants§
_0 = 0
0: Timer channels and registers are not reset
_1 = 1
1: Timer channels and registers are reset
Trait Implementations§
impl Copy for SwRst
impl Eq for SwRst
impl StructuralPartialEq for SwRst
Auto Trait Implementations§
impl Freeze for SwRst
impl RefUnwindSafe for SwRst
impl Send for SwRst
impl Sync for SwRst
impl Unpin for SwRst
impl UnwindSafe for SwRst
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