[][src]Struct cc13x2_cc26x2_hal::aux_anaif::dacctl::_DAC_VOUT_SELW

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

Proxy

Methods

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

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

Writes variant to the field

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

Connect to COMPA_IN analog node. Required setting to drive external load selected in ADI_4_AUX:MUX1.COMPA_IN.

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

Connect to COMPA_REF analog node. It is not possible to drive external loads connected to COMPA_REF I/O mux with this setting.

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

Connect to COMPB_REF analog node. Required setting to use Comparator B.

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

Connect to nothing It is recommended to use NC as intermediate step when you change DAC_VOUT_SEL.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DAC_VOUT_SELW<'a>

impl<'a> Sync for _DAC_VOUT_SELW<'a>

Blanket Implementations

impl<T> From for T[src]

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, 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