[][src]Struct efm32gg11b820::vdac0::ch1ctrl::_TRIGMODEW

pub struct _TRIGMODEW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _TRIGMODEW<'a>[src]

pub fn variant(self, variant: TRIGMODEW) -> &'a mut W[src]

Writes variant to the field

pub fn sw(self) -> &'a mut W[src]

Channel 1 is triggered by CH1DATA or COMBDATA write

pub fn prs(self) -> &'a mut W[src]

Channel 1 is triggered by PRS input

pub fn refresh(self) -> &'a mut W[src]

Channel 1 is triggered by Refresh timer

pub fn swprs(self) -> &'a mut W[src]

Channel 1 is triggered by CH1DATA/COMBDATA write or PRS input

pub fn swrefresh(self) -> &'a mut W[src]

Channel 1 is triggered by CH1DATA/COMBDATA write or Refresh timer

pub fn lesense(self) -> &'a mut W[src]

Channel 1 is triggered by LESENSE

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TRIGMODEW<'a>

impl<'a> Sync for _TRIGMODEW<'a>

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self