Struct stm32f30x_memory_map::spi::Cr1R
[−]
[src]
pub struct Cr1R { /* fields omitted */ }
Methods
impl Cr1R
[src]
fn bidimode(&self) -> bool
Bit 15 - Bidirectional data mode enable
fn bidioe(&self) -> bool
Bit 14 - Output enable in bidirectional mode
fn crcen(&self) -> bool
Bit 13 - Hardware CRC calculation enable
fn crcnext(&self) -> bool
Bit 12 - CRC transfer next
fn dff(&self) -> bool
Bit 11 - Data frame format
fn rxonly(&self) -> bool
Bit 10 - Receive only
fn ssm(&self) -> bool
Bit 9 - Software slave management
fn ssi(&self) -> bool
Bit 8 - Internal slave select
fn lsbfirst(&self) -> bool
Bit 7 - Frame format
fn spe(&self) -> bool
Bit 6 - SPI enable
fn br(&self) -> u8
Bits 3:5 - Baud rate control
fn mstr(&self) -> bool
Bit 2 - Master selection
fn cpol(&self) -> bool
Bit 1 - Clock polarity
fn cpha(&self) -> bool
Bit 0 - Clock phase
Trait Implementations
impl Clone for Cr1R
[src]
fn clone(&self) -> Cr1R
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more