pub enum COUNTRSTR {
Idle = 0,
Busy = 1,
}
Expand description
COUNTRST
Value on reset: 0
Variants§
Idle = 0
0: Triggering of reset is possible
Busy = 1
1: Reset in progress, do not write 1 to this field
Trait Implementations§
impl Copy for COUNTRSTR
impl Eq for COUNTRSTR
impl StructuralPartialEq for COUNTRSTR
Auto Trait Implementations§
impl Freeze for COUNTRSTR
impl RefUnwindSafe for COUNTRSTR
impl Send for COUNTRSTR
impl Sync for COUNTRSTR
impl Unpin for COUNTRSTR
impl UnwindSafe for COUNTRSTR
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