pub enum NSSP_A {
NoPulse = 0,
PulseGenerated = 1,
}Expand description
NSS pulse management
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NSSP_A
impl StructuralPartialEq for NSSP_A
Auto Trait Implementations§
impl Freeze for NSSP_A
impl RefUnwindSafe for NSSP_A
impl Send for NSSP_A
impl Sync for NSSP_A
impl Unpin for NSSP_A
impl UnwindSafe for NSSP_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