Struct stm32f30x_memory_map::spi::Cr2R [] [src]

pub struct Cr2R { /* fields omitted */ }

Methods

impl Cr2R
[src]

Bit 0 - Rx buffer DMA enable

Bit 1 - Tx buffer DMA enable

Bit 2 - SS output enable

Bit 3 - NSS pulse management

Bit 4 - Frame format

Bit 5 - Error interrupt enable

Bit 6 - RX buffer not empty interrupt enable

Bit 7 - Tx buffer empty interrupt enable

Bits 8:11 - Data size

Bit 12 - FIFO reception threshold

Bit 13 - Last DMA transfer for reception

Bit 14 - Last DMA transfer for transmission

Trait Implementations

impl Clone for Cr2R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cr2R
[src]