#[repr(transparent)]pub struct Abort1(pub u32);Expand description
Channel Abort control for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Source§impl Abort1
impl Abort1
Sourcepub const fn set_abort32(&mut self, val: bool)
pub const fn set_abort32(&mut self, val: bool)
Abort control for DMA channel 32.
Sourcepub const fn abort63_33(&self) -> Abort6333
pub const fn abort63_33(&self) -> Abort6333
Additional Abort controls for remaining DMA channels in the range 63 to 33. Any bits above the actually implemented channels are reserved.
Sourcepub const fn set_abort63_33(&mut self, val: Abort6333)
pub const fn set_abort63_33(&mut self, val: Abort6333)
Additional Abort controls for remaining DMA channels in the range 63 to 33. Any bits above the actually implemented channels are reserved.
Trait Implementations§
impl Copy for Abort1
impl Eq for Abort1
impl StructuralPartialEq for Abort1
Auto Trait Implementations§
impl Freeze for Abort1
impl RefUnwindSafe for Abort1
impl Send for Abort1
impl Sync for Abort1
impl Unpin for Abort1
impl UnwindSafe for Abort1
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