#[repr(transparent)]pub struct MpCsr12(pub u32);Expand description
Management Page Control.
Tuple Fields§
§0: u32Implementations§
Source§impl MpCsr12
impl MpCsr12
Sourcepub const fn set_active_id(&mut self, val: u8)
pub const fn set_active_id(&mut self, val: u8)
Active Channel ID.
Sourcepub const fn set_active(&mut self, val: Active)
pub const fn set_active(&mut self, val: Active)
DMA Active Status.
Trait Implementations§
impl Copy for MpCsr12
impl Eq for MpCsr12
impl StructuralPartialEq for MpCsr12
Auto Trait Implementations§
impl Freeze for MpCsr12
impl RefUnwindSafe for MpCsr12
impl Send for MpCsr12
impl Sync for MpCsr12
impl Unpin for MpCsr12
impl UnwindSafe for MpCsr12
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