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