pub enum DSS_CSS_INT_RESET_AW {
DSS_CSS_INT_RESET = 1,
}Expand description
Write a 1 to reset pending CSS interrupts in the DSS interrupt controller
Value on reset: 0
Variants§
DSS_CSS_INT_RESET = 1
1: Reset CSS interrupts in the DSS interrupt controller
Trait Implementations§
Source§impl Clone for DSS_CSS_INT_RESET_AW
impl Clone for DSS_CSS_INT_RESET_AW
Source§fn clone(&self) -> DSS_CSS_INT_RESET_AW
fn clone(&self) -> DSS_CSS_INT_RESET_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 DSS_CSS_INT_RESET_AW
impl Debug for DSS_CSS_INT_RESET_AW
Source§impl From<DSS_CSS_INT_RESET_AW> for bool
impl From<DSS_CSS_INT_RESET_AW> for bool
Source§fn from(variant: DSS_CSS_INT_RESET_AW) -> Self
fn from(variant: DSS_CSS_INT_RESET_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DSS_CSS_INT_RESET_AW
impl PartialEq for DSS_CSS_INT_RESET_AW
impl Copy for DSS_CSS_INT_RESET_AW
impl StructuralPartialEq for DSS_CSS_INT_RESET_AW
Auto Trait Implementations§
impl Freeze for DSS_CSS_INT_RESET_AW
impl RefUnwindSafe for DSS_CSS_INT_RESET_AW
impl Send for DSS_CSS_INT_RESET_AW
impl Sync for DSS_CSS_INT_RESET_AW
impl Unpin for DSS_CSS_INT_RESET_AW
impl UnsafeUnpin for DSS_CSS_INT_RESET_AW
impl UnwindSafe for DSS_CSS_INT_RESET_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