[−][src]Struct sodaq_one::dmac::swtrigctrl::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
[src]
Writes raw bits to the register
pub fn swtrig0(&mut self) -> _SWTRIG0W
[src]
Bit 0 - Channel 0 Software Trigger
pub fn swtrig1(&mut self) -> _SWTRIG1W
[src]
Bit 1 - Channel 1 Software Trigger
pub fn swtrig2(&mut self) -> _SWTRIG2W
[src]
Bit 2 - Channel 2 Software Trigger
pub fn swtrig3(&mut self) -> _SWTRIG3W
[src]
Bit 3 - Channel 3 Software Trigger
pub fn swtrig4(&mut self) -> _SWTRIG4W
[src]
Bit 4 - Channel 4 Software Trigger
pub fn swtrig5(&mut self) -> _SWTRIG5W
[src]
Bit 5 - Channel 5 Software Trigger
pub fn swtrig6(&mut self) -> _SWTRIG6W
[src]
Bit 6 - Channel 6 Software Trigger
pub fn swtrig7(&mut self) -> _SWTRIG7W
[src]
Bit 7 - Channel 7 Software Trigger
pub fn swtrig8(&mut self) -> _SWTRIG8W
[src]
Bit 8 - Channel 8 Software Trigger
pub fn swtrig9(&mut self) -> _SWTRIG9W
[src]
Bit 9 - Channel 9 Software Trigger
pub fn swtrig10(&mut self) -> _SWTRIG10W
[src]
Bit 10 - Channel 10 Software Trigger
pub fn swtrig11(&mut self) -> _SWTRIG11W
[src]
Bit 11 - Channel 11 Software Trigger
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,