[][src]Enum cc13x2_cc26x2_hal::aux_tdc::satcfg::LIMITW

pub enum LIMITW {
    R24,
    R23,
    R22,
    R21,
    R20,
    R19,
    R18,
    R17,
    R16,
    R15,
    R14,
    R13,
    R12,
}

Values that can be written to the field LIMIT

Variants

R24

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

R23

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

R22

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

R21

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

R20

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

R19

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

R18

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

R17

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

R16

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

R15

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

R14

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

R13

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

R12

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

Auto Trait Implementations

impl Send for LIMITW

impl Sync for LIMITW

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