pub enum TCR {
NotComplete = 0,
Complete = 1,
}Expand description
Transfer Complete Reload This flag is set by hardware when RELOAD=1 and NBYTES data have been transferred. It is cleared by software when NBYTES is written to a non-zero value. Note: This bit is cleared by hardware when PE=0. This flag is only for master mode, or for slave mode when the SBC bit is set.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TCR
impl Eq for TCR
impl StructuralPartialEq for TCR
Auto Trait Implementations§
impl Freeze for TCR
impl RefUnwindSafe for TCR
impl Send for TCR
impl Sync for TCR
impl Unpin for TCR
impl UnwindSafe for TCR
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