pub enum SRAM_PARITY_LOCK {
Disconnected = 0,
Connected = 1,
}Expand description
SRAM parity lock bit
Value on reset: 0
Variants§
Disconnected = 0
0: SRAM parity error disconnected from TIM1/15/16/17 Break input
Connected = 1
1: SRAM parity error connected to TIM1/15/16/17 Break input
Trait Implementations§
Source§impl Clone for SRAM_PARITY_LOCK
impl Clone for SRAM_PARITY_LOCK
Source§fn clone(&self) -> SRAM_PARITY_LOCK
fn clone(&self) -> SRAM_PARITY_LOCK
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 SRAM_PARITY_LOCK
impl Debug for SRAM_PARITY_LOCK
Source§impl Format for SRAM_PARITY_LOCK
impl Format for SRAM_PARITY_LOCK
Source§impl From<SRAM_PARITY_LOCK> for bool
impl From<SRAM_PARITY_LOCK> for bool
Source§fn from(variant: SRAM_PARITY_LOCK) -> Self
fn from(variant: SRAM_PARITY_LOCK) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SRAM_PARITY_LOCK
impl PartialEq for SRAM_PARITY_LOCK
impl Copy for SRAM_PARITY_LOCK
impl Eq for SRAM_PARITY_LOCK
impl StructuralPartialEq for SRAM_PARITY_LOCK
Auto Trait Implementations§
impl Freeze for SRAM_PARITY_LOCK
impl RefUnwindSafe for SRAM_PARITY_LOCK
impl Send for SRAM_PARITY_LOCK
impl Sync for SRAM_PARITY_LOCK
impl Unpin for SRAM_PARITY_LOCK
impl UnwindSafe for SRAM_PARITY_LOCK
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