[][src]Enum efm32gg11b820::usart4::frame::DATABITSR

pub enum DATABITSR {
    FOUR,
    FIVE,
    SIX,
    SEVEN,
    EIGHT,
    NINE,
    TEN,
    ELEVEN,
    TWELVE,
    THIRTEEN,
    FOURTEEN,
    FIFTEEN,
    SIXTEEN,
    _Reserved(u8),
}

Possible values of the field DATABITS

Variants

FOUR

Each frame contains 4 data bits

FIVE

Each frame contains 5 data bits

SIX

Each frame contains 6 data bits

SEVEN

Each frame contains 7 data bits

EIGHT

Each frame contains 8 data bits

NINE

Each frame contains 9 data bits

TEN

Each frame contains 10 data bits

ELEVEN

Each frame contains 11 data bits

TWELVE

Each frame contains 12 data bits

THIRTEEN

Each frame contains 13 data bits

FOURTEEN

Each frame contains 14 data bits

FIFTEEN

Each frame contains 15 data bits

SIXTEEN

Each frame contains 16 data bits

_Reserved(u8)

Reserved

Methods

impl DATABITSR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is FOUR

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

Checks if the value of the field is FIVE

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

Checks if the value of the field is SIX

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

Checks if the value of the field is SEVEN

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

Checks if the value of the field is EIGHT

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

Checks if the value of the field is NINE

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

Checks if the value of the field is TEN

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

Checks if the value of the field is ELEVEN

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

Checks if the value of the field is TWELVE

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

Checks if the value of the field is THIRTEEN

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

Checks if the value of the field is FOURTEEN

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

Checks if the value of the field is FIFTEEN

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

Checks if the value of the field is SIXTEEN

Trait Implementations

impl Copy for DATABITSR[src]

impl Debug for DATABITSR[src]

impl PartialEq<DATABITSR> for DATABITSR[src]

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

impl Sync for DATABITSR

Blanket Implementations

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> From for T[src]

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