pub enum EOTCW {
Clear = 1,
}Expand description
end of transfer flag clear Writing a 1 into this bit clears EOT flag in the SPI_SR register
Value on reset: 0
Variants§
Clear = 1
1: Clear interrupt flag
Trait Implementations§
impl Copy for EOTCW
impl Eq for EOTCW
impl StructuralPartialEq for EOTCW
Auto Trait Implementations§
impl Freeze for EOTCW
impl RefUnwindSafe for EOTCW
impl Send for EOTCW
impl Sync for EOTCW
impl Unpin for EOTCW
impl UnwindSafe for EOTCW
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