pub enum CHTIF6_AW {
Clear = 1,
}
Expand description
Stream x clear half transfer interrupt flag (x = 7..4)
Value on reset: 0
Variants§
Clear = 1
1: Clear the corresponding HTIFx flag
Trait Implementations§
impl Copy for CHTIF4_AW
impl StructuralPartialEq for CHTIF4_AW
Auto Trait Implementations§
impl Freeze for CHTIF4_AW
impl RefUnwindSafe for CHTIF4_AW
impl Send for CHTIF4_AW
impl Sync for CHTIF4_AW
impl Unpin for CHTIF4_AW
impl UnwindSafe for CHTIF4_AW
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