pub enum CTSIE {
Disabled = 0,
Enabled = 1,
}
Expand description
CTS interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An interrupt is generated whenever CTSIF=1 in the ISR register
Trait Implementations§
impl Copy for CTSIE
impl Eq for CTSIE
impl StructuralPartialEq for CTSIE
Auto Trait Implementations§
impl Freeze for CTSIE
impl RefUnwindSafe for CTSIE
impl Send for CTSIE
impl Sync for CTSIE
impl Unpin for CTSIE
impl UnwindSafe for CTSIE
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