pub enum TCIE {
Disabled = 0,
Enabled = 1,
}
Expand description
TCIE
Value on reset: 0
Variants§
Disabled = 0
0: Transfer Complete interrupt disabled
Enabled = 1
1: Transfer Complete interrupt enabled
Trait Implementations§
impl Copy for TCIE
impl Eq for TCIE
impl StructuralPartialEq for TCIE
Auto Trait Implementations§
impl Freeze for TCIE
impl RefUnwindSafe for TCIE
impl Send for TCIE
impl Sync for TCIE
impl Unpin for TCIE
impl UnwindSafe for TCIE
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