pub struct DFSDM2_AWCFR { /* private fields */ }
Expand description
DFSDM analog watchdog clear flag register
Implementations§
Source§impl DFSDM2_AWCFR
impl DFSDM2_AWCFR
Auto Trait Implementations§
impl !Freeze for DFSDM2_AWCFR
impl !RefUnwindSafe for DFSDM2_AWCFR
impl Send for DFSDM2_AWCFR
impl !Sync for DFSDM2_AWCFR
impl Unpin for DFSDM2_AWCFR
impl UnwindSafe for DFSDM2_AWCFR
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