pub struct ResetConditions {
pub low_power: bool,
pub window_watchdog: bool,
pub independent_watchdog: bool,
pub software: bool,
pub por_pdr: bool,
pub pin: bool,
pub bor: bool,
}
Expand description
TODO
Fields§
§low_power: bool
§window_watchdog: bool
§independent_watchdog: bool
§software: bool
§por_pdr: bool
§pin: bool
§bor: bool
Implementations§
Source§impl ResetConditions
impl ResetConditions
pub fn read_and_clear() -> Self
Trait Implementations§
Source§impl Clone for ResetConditions
impl Clone for ResetConditions
Source§fn clone(&self) -> ResetConditions
fn clone(&self) -> ResetConditions
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 ResetConditions
impl Debug for ResetConditions
impl Copy for ResetConditions
Auto Trait Implementations§
impl Freeze for ResetConditions
impl RefUnwindSafe for ResetConditions
impl Send for ResetConditions
impl Sync for ResetConditions
impl Unpin for ResetConditions
impl UnwindSafe for ResetConditions
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