pub struct AWDCH1CH_W<'a> { /* private fields */ }
Expand description
Field AWDCH1CH
writer - ADC analog watchdog 1 monitored channel selection
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AWDCH1CH_W<'a>
impl<'a> RefUnwindSafe for AWDCH1CH_W<'a>
impl<'a> Send for AWDCH1CH_W<'a>
impl<'a> Sync for AWDCH1CH_W<'a>
impl<'a> Unpin for AWDCH1CH_W<'a>
impl<'a> !UnwindSafe for AWDCH1CH_W<'a>
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