Struct stm32f7x3::spi5::cr2::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 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 R

impl Sync for R