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

pub enum LIMITR {
    R24,
    R23,
    R22,
    R21,
    R20,
    R19,
    R18,
    R17,
    R16,
    R15,
    R14,
    R13,
    R12,
    _Reserved(u8),
}

Possible values of 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.

_Reserved(u8)

Reserved

Methods

impl LIMITR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_r24(&self) -> bool[src]

Checks if the value of the field is R24

pub fn is_r23(&self) -> bool[src]

Checks if the value of the field is R23

pub fn is_r22(&self) -> bool[src]

Checks if the value of the field is R22

pub fn is_r21(&self) -> bool[src]

Checks if the value of the field is R21

pub fn is_r20(&self) -> bool[src]

Checks if the value of the field is R20

pub fn is_r19(&self) -> bool[src]

Checks if the value of the field is R19

pub fn is_r18(&self) -> bool[src]

Checks if the value of the field is R18

pub fn is_r17(&self) -> bool[src]

Checks if the value of the field is R17

pub fn is_r16(&self) -> bool[src]

Checks if the value of the field is R16

pub fn is_r15(&self) -> bool[src]

Checks if the value of the field is R15

pub fn is_r14(&self) -> bool[src]

Checks if the value of the field is R14

pub fn is_r13(&self) -> bool[src]

Checks if the value of the field is R13

pub fn is_r12(&self) -> bool[src]

Checks if the value of the field is R12

Trait Implementations

impl Debug for LIMITR[src]

impl PartialEq<LIMITR> for LIMITR[src]

impl Copy for LIMITR[src]

impl Clone for LIMITR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for LIMITR

impl Sync for LIMITR

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