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