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