Struct stm32f7x3::spi5::cr1::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 W

impl Sync for W