#[repr(transparent)]pub struct Dma2(pub u16);Expand description
Timer Channel DMA Enable Register
Tuple Fields§
§0: u16Implementations§
Source§impl Dma2
impl Dma2
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 Dma2
impl Eq for Dma2
impl StructuralPartialEq for Dma2
Auto Trait Implementations§
impl Freeze for Dma2
impl RefUnwindSafe for Dma2
impl Send for Dma2
impl Sync for Dma2
impl Unpin for Dma2
impl UnwindSafe for Dma2
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