Struct stm32f7x3::spi5::cr2::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 0 - Rx buffer DMA enable

[src]

Bit 1 - Tx buffer DMA enable

[src]

Bit 2 - SS output enable

[src]

Bit 3 - NSS pulse management

[src]

Bit 4 - Frame format

[src]

Bit 5 - Error interrupt enable

[src]

Bit 6 - RX buffer not empty interrupt enable

[src]

Bit 7 - Tx buffer empty interrupt enable

[src]

Bits 8:11 - Data size

[src]

Bit 12 - FIFO reception threshold

[src]

Bit 13 - Last DMA transfer for reception

[src]

Bit 14 - Last DMA transfer for transmission

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W