pub struct EXTTRIGIE_W<'a> { /* private fields */ }Expand description
Field EXTTRIGIE writer - External trigger valid edge Interrupt Enable
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EXTTRIGIE_W<'a>
impl<'a> RefUnwindSafe for EXTTRIGIE_W<'a>
impl<'a> Send for EXTTRIGIE_W<'a>
impl<'a> Sync for EXTTRIGIE_W<'a>
impl<'a> Unpin for EXTTRIGIE_W<'a>
impl<'a> !UnwindSafe for EXTTRIGIE_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