pub enum CH1LIMITL_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable interrupt for CH[1].LIMITL event
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for CH1LIMITL_A
impl Clone for CH1LIMITL_A
Source§fn clone(&self) -> CH1LIMITL_A
fn clone(&self) -> CH1LIMITL_A
Returns a copy 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 CH1LIMITL_A
impl Debug for CH1LIMITL_A
Source§impl From<CH1LIMITL_A> for bool
impl From<CH1LIMITL_A> for bool
Source§fn from(variant: CH1LIMITL_A) -> Self
fn from(variant: CH1LIMITL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CH1LIMITL_A
impl PartialEq for CH1LIMITL_A
impl Copy for CH1LIMITL_A
impl StructuralPartialEq for CH1LIMITL_A
Auto Trait Implementations§
impl Freeze for CH1LIMITL_A
impl RefUnwindSafe for CH1LIMITL_A
impl Send for CH1LIMITL_A
impl Sync for CH1LIMITL_A
impl Unpin for CH1LIMITL_A
impl UnwindSafe for CH1LIMITL_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