Struct atsamd51n::dmac::swtrigctrl::SWTRIGCTRL_SPEC
source · [−]pub struct SWTRIGCTRL_SPEC;
Expand description
Software Trigger Control
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see swtrigctrl module
Trait Implementations
sourceimpl Readable for SWTRIGCTRL_SPEC
impl Readable for SWTRIGCTRL_SPEC
read()
method returns swtrigctrl::R reader structure
sourceimpl RegisterSpec for SWTRIGCTRL_SPEC
impl RegisterSpec for SWTRIGCTRL_SPEC
sourceimpl Resettable for SWTRIGCTRL_SPEC
impl Resettable for SWTRIGCTRL_SPEC
reset()
method sets SWTRIGCTRL to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for SWTRIGCTRL_SPEC
impl Writable for SWTRIGCTRL_SPEC
write(|w| ..)
method takes swtrigctrl::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for SWTRIGCTRL_SPEC
impl Send for SWTRIGCTRL_SPEC
impl Sync for SWTRIGCTRL_SPEC
impl Unpin for SWTRIGCTRL_SPEC
impl UnwindSafe for SWTRIGCTRL_SPEC
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