#[repr(transparent)]pub struct Dmareq1(pub u32);Expand description
DMA Request 1
Tuple Fields§
§0: u32Implementations§
Source§impl Dmareq1
impl Dmareq1
Sourcepub const fn set_dev_10(&mut self, val: bool)
pub const fn set_dev_10(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_11(&mut self, val: bool)
pub const fn set_dev_11(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_12(&mut self, val: bool)
pub const fn set_dev_12(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_13(&mut self, val: bool)
pub const fn set_dev_13(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_14(&mut self, val: bool)
pub const fn set_dev_14(&mut self, val: bool)
DMA Request Event
Sourcepub const fn set_dev_15(&mut self, val: bool)
pub const fn set_dev_15(&mut self, val: bool)
DMA Request Event
Trait Implementations§
impl Copy for Dmareq1
impl Eq for Dmareq1
impl StructuralPartialEq for Dmareq1
Auto Trait Implementations§
impl Freeze for Dmareq1
impl RefUnwindSafe for Dmareq1
impl Send for Dmareq1
impl Sync for Dmareq1
impl Unpin for Dmareq1
impl UnwindSafe for Dmareq1
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