pub enum LPDSP32_PAUSE_AW {
DSS_LPDSP32_PAUSE = 1,
}Expand description
Write a 1 to pause LPDSP32
Value on reset: 0
Variants§
DSS_LPDSP32_PAUSE = 1
1: Pause LPDSP32
Trait Implementations§
Source§impl Clone for LPDSP32_PAUSE_AW
impl Clone for LPDSP32_PAUSE_AW
Source§fn clone(&self) -> LPDSP32_PAUSE_AW
fn clone(&self) -> LPDSP32_PAUSE_AW
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 LPDSP32_PAUSE_AW
impl Debug for LPDSP32_PAUSE_AW
Source§impl From<LPDSP32_PAUSE_AW> for bool
impl From<LPDSP32_PAUSE_AW> for bool
Source§fn from(variant: LPDSP32_PAUSE_AW) -> Self
fn from(variant: LPDSP32_PAUSE_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LPDSP32_PAUSE_AW
impl PartialEq for LPDSP32_PAUSE_AW
impl Copy for LPDSP32_PAUSE_AW
impl StructuralPartialEq for LPDSP32_PAUSE_AW
Auto Trait Implementations§
impl Freeze for LPDSP32_PAUSE_AW
impl RefUnwindSafe for LPDSP32_PAUSE_AW
impl Send for LPDSP32_PAUSE_AW
impl Sync for LPDSP32_PAUSE_AW
impl Unpin for LPDSP32_PAUSE_AW
impl UnsafeUnpin for LPDSP32_PAUSE_AW
impl UnwindSafe for LPDSP32_PAUSE_AW
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