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]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BIT8

[src]

Checks if the value of the field is BIT16

Trait Implementations

impl Clone for DFFR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DFFR
[src]

impl Debug for DFFR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DFFR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.