Struct atsamd51n::system_control::icsr::PENDSVCLR_W
source · [−]pub struct PENDSVCLR_W<'a> { /* private fields */ }
Expand description
Field PENDSVCLR
writer - PendSV clear-pending bit
Implementations
sourceimpl<'a> PENDSVCLR_W<'a>
impl<'a> PENDSVCLR_W<'a>
sourcepub fn variant(self, variant: PENDSVCLR_A) -> &'a mut W
pub fn variant(self, variant: PENDSVCLR_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for PENDSVCLR_W<'a>
impl<'a> Send for PENDSVCLR_W<'a>
impl<'a> Sync for PENDSVCLR_W<'a>
impl<'a> Unpin for PENDSVCLR_W<'a>
impl<'a> !UnwindSafe for PENDSVCLR_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more