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