Enum k32l3a60_cm0plus::cau3::cr::RSTSM4_A
source · #[repr(u8)]pub enum RSTSM4_A {
RSTSM4_0,
RSTSM4_1,
RSTSM4_2,
}
Expand description
Reset Semaphore
Value on reset: 0
Variants§
RSTSM4_0
0: Idle state
RSTSM4_1
1: Wait for second write
RSTSM4_2
2: Clears semaphore if previous state was “01”
Trait Implementations§
source§impl PartialEq<RSTSM4_A> for RSTSM4_A
impl PartialEq<RSTSM4_A> for RSTSM4_A
impl Copy for RSTSM4_A
impl Eq for RSTSM4_A
impl StructuralEq for RSTSM4_A
impl StructuralPartialEq for RSTSM4_A
Auto Trait Implementations§
impl RefUnwindSafe for RSTSM4_A
impl Send for RSTSM4_A
impl Sync for RSTSM4_A
impl Unpin for RSTSM4_A
impl UnwindSafe for RSTSM4_A
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