pub enum CTS_AW {
CLEAR = 1,
}
Expand description
Write ‘1’ to disable interrupt for CTS event
Value on reset: 0
Variants§
CLEAR = 1
1: Disable
Trait Implementations§
impl Copy for CTS_AW
impl StructuralPartialEq for CTS_AW
Auto Trait Implementations§
impl Freeze for CTS_AW
impl RefUnwindSafe for CTS_AW
impl Send for CTS_AW
impl Sync for CTS_AW
impl Unpin for CTS_AW
impl UnwindSafe for CTS_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