#[repr(C)]pub struct DierW { /* private fields */ }
Implementations§
Source§impl DierW
impl DierW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Sourcepub fn cc4de(&mut self, value: bool) -> &mut Self
pub fn cc4de(&mut self, value: bool) -> &mut Self
Bit 12 - Capture/Compare 4 DMA request enable
Sourcepub fn cc3de(&mut self, value: bool) -> &mut Self
pub fn cc3de(&mut self, value: bool) -> &mut Self
Bit 11 - Capture/Compare 3 DMA request enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DierW
impl RefUnwindSafe for DierW
impl Send for DierW
impl Sync for DierW
impl Unpin for DierW
impl UnwindSafe for DierW
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