[][src]Enum circuit_playground_express::i2s::serctrl::DATASIZER

pub enum DATASIZER {
    _32,
    _24,
    _20,
    _18,
    _16,
    _16C,
    _8,
    _8C,
}

Possible values of the field DATASIZE

Variants

_32

32 bits

_24

24 bits

_20

20 bits

_18

18 bits

_16

16 bits

_16C

16 bits compact stereo

_8

8 bits

_8C

8 bits compact stereo

Methods

impl DATASIZER[src]

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

Value of the field as raw bits

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

Checks if the value of the field is _32

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

Checks if the value of the field is _24

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

Checks if the value of the field is _20

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

Checks if the value of the field is _18

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

Checks if the value of the field is _16

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

Checks if the value of the field is _16C

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

Checks if the value of the field is _8

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

Checks if the value of the field is _8C

Trait Implementations

impl PartialEq<DATASIZER> for DATASIZER[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for DATASIZER[src]

impl Copy for DATASIZER[src]

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

impl Sync for DATASIZER

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]