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