pub enum BDRST {
Disabled = 0,
Enabled = 1,
}
Expand description
RTC domain software reset Set and cleared by software.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BDRST
impl Eq for BDRST
impl StructuralPartialEq for BDRST
Auto Trait Implementations§
impl Freeze for BDRST
impl RefUnwindSafe for BDRST
impl Send for BDRST
impl Sync for BDRST
impl Unpin for BDRST
impl UnwindSafe for BDRST
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