pub enum CTSIEW {
DISABLED,
ENABLED,
}Expand description
Values that can be written to the field CTSIE
Variants§
DISABLED
Interrupt is inhibited
ENABLED
An interrupt is generated whenever CTSIF=1 in the ISR register
Auto Trait Implementations§
impl Freeze for CTSIEW
impl RefUnwindSafe for CTSIEW
impl Send for CTSIEW
impl Sync for CTSIEW
impl Unpin for CTSIEW
impl UnwindSafe for CTSIEW
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