[][src]Enum cc13x2_cc26x2_hal::ssi0::cr0::DSSR

pub enum DSSR {
    _16_BIT,
    _15_BIT,
    _14_BIT,
    _13_BIT,
    _12_BIT,
    _11_BIT,
    _10_BIT,
    _9_BIT,
    _8_BIT,
    _7_BIT,
    _6_BIT,
    _5_BIT,
    _4_BIT,
    _Reserved(u8),
}

Possible values of the field DSS

Variants

_16_BIT

16-bit data

_15_BIT

15-bit data

_14_BIT

14-bit data

_13_BIT

13-bit data

_12_BIT

12-bit data

_11_BIT

11-bit data

_10_BIT

10-bit data

_9_BIT

9-bit data

_8_BIT

8-bit data

_7_BIT

7-bit data

_6_BIT

6-bit data

_5_BIT

5-bit data

_4_BIT

4-bit data

_Reserved(u8)

Reserved

Methods

impl DSSR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _16_BIT

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

Checks if the value of the field is _15_BIT

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

Checks if the value of the field is _14_BIT

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

Checks if the value of the field is _13_BIT

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

Checks if the value of the field is _12_BIT

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

Checks if the value of the field is _11_BIT

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

Checks if the value of the field is _10_BIT

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

Checks if the value of the field is _9_BIT

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

Checks if the value of the field is _8_BIT

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

Checks if the value of the field is _7_BIT

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

Checks if the value of the field is _6_BIT

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

Checks if the value of the field is _5_BIT

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

Checks if the value of the field is _4_BIT

Trait Implementations

impl Debug for DSSR[src]

impl PartialEq<DSSR> for DSSR[src]

impl Copy for DSSR[src]

impl Clone for DSSR[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 DSSR

impl Sync for DSSR

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