#[repr(transparent)]pub struct MpCsr4(pub u32);Expand description
Management Page Control.
Tuple Fields§
§0: u32Implementations§
Source§impl MpCsr4
impl MpCsr4
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 MpCsr4
impl Eq for MpCsr4
impl StructuralPartialEq for MpCsr4
Auto Trait Implementations§
impl Freeze for MpCsr4
impl RefUnwindSafe for MpCsr4
impl Send for MpCsr4
impl Sync for MpCsr4
impl Unpin for MpCsr4
impl UnwindSafe for MpCsr4
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