[][src]Enum msp432e4::ssi0::cr0::SSI_CR0_DSSR

pub enum SSI_CR0_DSSR {
    SSI_CR0_DSS_4,
    SSI_CR0_DSS_5,
    SSI_CR0_DSS_6,
    SSI_CR0_DSS_7,
    SSI_CR0_DSS_8,
    SSI_CR0_DSS_9,
    SSI_CR0_DSS_10,
    SSI_CR0_DSS_11,
    SSI_CR0_DSS_12,
    SSI_CR0_DSS_13,
    SSI_CR0_DSS_14,
    SSI_CR0_DSS_15,
    SSI_CR0_DSS_16,
    _Reserved(u8),
}

Possible values of the field SSI_CR0_DSS

Variants

SSI_CR0_DSS_4

4-bit data

SSI_CR0_DSS_5

5-bit data

SSI_CR0_DSS_6

6-bit data

SSI_CR0_DSS_7

7-bit data

SSI_CR0_DSS_8

8-bit data

SSI_CR0_DSS_9

9-bit data

SSI_CR0_DSS_10

10-bit data

SSI_CR0_DSS_11

11-bit data

SSI_CR0_DSS_12

12-bit data

SSI_CR0_DSS_13

13-bit data

SSI_CR0_DSS_14

14-bit data

SSI_CR0_DSS_15

15-bit data

SSI_CR0_DSS_16

16-bit data

_Reserved(u8)

Reserved

Methods

impl SSI_CR0_DSSR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is SSI_CR0_DSS_4

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

Checks if the value of the field is SSI_CR0_DSS_5

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

Checks if the value of the field is SSI_CR0_DSS_6

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

Checks if the value of the field is SSI_CR0_DSS_7

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

Checks if the value of the field is SSI_CR0_DSS_8

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

Checks if the value of the field is SSI_CR0_DSS_9

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

Checks if the value of the field is SSI_CR0_DSS_10

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

Checks if the value of the field is SSI_CR0_DSS_11

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

Checks if the value of the field is SSI_CR0_DSS_12

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

Checks if the value of the field is SSI_CR0_DSS_13

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

Checks if the value of the field is SSI_CR0_DSS_14

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

Checks if the value of the field is SSI_CR0_DSS_15

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

Checks if the value of the field is SSI_CR0_DSS_16

Trait Implementations

impl Debug for SSI_CR0_DSSR[src]

impl PartialEq<SSI_CR0_DSSR> for SSI_CR0_DSSR[src]

impl Copy for SSI_CR0_DSSR[src]

impl Clone for SSI_CR0_DSSR[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self