Struct stm32f30x_memory_map::spi::Cr1R [] [src]

pub struct Cr1R { /* fields omitted */ }

Methods

impl Cr1R
[src]

Bit 15 - Bidirectional data mode enable

Bit 14 - Output enable in bidirectional mode

Bit 13 - Hardware CRC calculation enable

Bit 12 - CRC transfer next

Bit 11 - Data frame format

Bit 10 - Receive only

Bit 9 - Software slave management

Bit 8 - Internal slave select

Bit 7 - Frame format

Bit 6 - SPI enable

Bits 3:5 - Baud rate control

Bit 2 - Master selection

Bit 1 - Clock polarity

Bit 0 - Clock phase

Trait Implementations

impl Clone for Cr1R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Cr1R
[src]