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