Struct stm32f7x6::spi2::cr1::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 15 - Bidirectional data mode enable

[src]

Bit 14 - Output enable in bidirectional mode

[src]

Bit 13 - Hardware CRC calculation enable

[src]

Bit 12 - CRC transfer next

[src]

Bit 11 - CRC length

[src]

Bit 10 - Receive only

[src]

Bit 9 - Software slave management

[src]

Bit 8 - Internal slave select

[src]

Bit 7 - Frame format

[src]

Bit 6 - SPI enable

[src]

Bits 3:5 - Baud rate control

[src]

Bit 2 - Master selection

[src]

Bit 1 - Clock polarity

[src]

Bit 0 - Clock phase

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R