[][src]Struct cc13x2_cc26x2_hal::aux_tdc::satcfg::_LIMITW

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

Proxy

Methods

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

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

Writes variant to the field

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

Result bit 24: TDC conversion saturates and stops when RESULT.VALUE[24] is set.

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

Result bit 23: TDC conversion saturates and stops when RESULT.VALUE[23] is set.

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

Result bit 22: TDC conversion saturates and stops when RESULT.VALUE[22] is set.

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

Result bit 21: TDC conversion saturates and stops when RESULT.VALUE[21] is set.

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

Result bit 20: TDC conversion saturates and stops when RESULT.VALUE[20] is set.

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

Result bit 19: TDC conversion saturates and stops when RESULT.VALUE[19] is set.

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

Result bit 18: TDC conversion saturates and stops when RESULT.VALUE[18] is set.

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

Result bit 17: TDC conversion saturates and stops when RESULT.VALUE[17] is set.

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

Result bit 16: TDC conversion saturates and stops when RESULT.VALUE[16] is set.

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

Result bit 15: TDC conversion saturates and stops when RESULT.VALUE[15] is set.

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

Result bit 14: TDC conversion saturates and stops when RESULT.VALUE[14] is set.

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

Result bit 13: TDC conversion saturates and stops when RESULT.VALUE[13] is set.

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

Result bit 12: TDC conversion saturates and stops when RESULT.VALUE[12] is set.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _LIMITW<'a>

impl<'a> Sync for _LIMITW<'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