#[repr(transparent)]pub struct Dma0(pub u16);Expand description
Timer Channel DMA Enable Register
Tuple Fields§
§0: u16Implementations§
Source§impl Dma0
impl Dma0
Sourcepub const fn set_cmpld1de(&mut self, val: bool)
pub const fn set_cmpld1de(&mut self, val: bool)
Comparator Preload Register 1 DMA Enable
Sourcepub const fn set_cmpld2de(&mut self, val: bool)
pub const fn set_cmpld2de(&mut self, val: bool)
Comparator Preload Register 2 DMA Enable
Trait Implementations§
impl Copy for Dma0
impl Eq for Dma0
impl StructuralPartialEq for Dma0
Auto Trait Implementations§
impl Freeze for Dma0
impl RefUnwindSafe for Dma0
impl Send for Dma0
impl Sync for Dma0
impl Unpin for Dma0
impl UnwindSafe for Dma0
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