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