Enum stm32f103xx::spi1::cr1::DFFR[][src]

pub enum DFFR {
    BIT8,
    BIT16,
}

Possible values of the field DFF

Variants

8-bit data frame format is selected for transmission/reception

16-bit data frame format is selected for transmission/reception

Methods

impl DFFR
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Value of the field as raw bits

Checks if the value of the field is BIT8

Checks if the value of the field is BIT16

Trait Implementations

impl Clone for DFFR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DFFR
[src]

impl Debug for DFFR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DFFR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DFFR

impl Sync for DFFR