#[repr(transparent)]pub struct Active1(pub u32);Expand description
Channel Active status for all DMA channels.
Tuple Fields§
§0: u32Implementations§
Source§impl Active1
impl Active1
Sourcepub const fn set_active32(&mut self, val: bool)
pub const fn set_active32(&mut self, val: bool)
Active flag for DMA channel 32.
Sourcepub const fn active63_33(&self) -> Active6333
pub const fn active63_33(&self) -> Active6333
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_active63_33(&mut self, val: Active6333)
pub const fn set_active63_33(&mut self, val: Active6333)
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 Active1
impl Eq for Active1
impl StructuralPartialEq for Active1
Auto Trait Implementations§
impl Freeze for Active1
impl RefUnwindSafe for Active1
impl Send for Active1
impl Sync for Active1
impl Unpin for Active1
impl UnwindSafe for Active1
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