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