pub enum TCCF {
Clear = 1,
}
Expand description
Transmission complete clear flag
Value on reset: 0
Variants§
Clear = 1
1: Clears the TC flag in the ISR register
Trait Implementations§
impl Copy for TCCF
impl Eq for TCCF
impl StructuralPartialEq for TCCF
Auto Trait Implementations§
impl Freeze for TCCF
impl RefUnwindSafe for TCCF
impl Send for TCCF
impl Sync for TCCF
impl Unpin for TCCF
impl UnwindSafe for TCCF
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