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