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