Struct stm32f30x_memory_map::spi::Cr2R
[−]
[src]
pub struct Cr2R { /* fields omitted */ }
Methods
impl Cr2R
[src]
fn rxdmaen(&self) -> bool
Bit 0 - Rx buffer DMA enable
fn txdmaen(&self) -> bool
Bit 1 - Tx buffer DMA enable
fn ssoe(&self) -> bool
Bit 2 - SS output enable
fn nssp(&self) -> bool
Bit 3 - NSS pulse management
fn frf(&self) -> bool
Bit 4 - Frame format
fn errie(&self) -> bool
Bit 5 - Error interrupt enable
fn rxneie(&self) -> bool
Bit 6 - RX buffer not empty interrupt enable
fn txeie(&self) -> bool
Bit 7 - Tx buffer empty interrupt enable
fn ds(&self) -> u8
Bits 8:11 - Data size
fn frxth(&self) -> bool
Bit 12 - FIFO reception threshold
fn ldma_rx(&self) -> bool
Bit 13 - Last DMA transfer for reception
fn ldma_tx(&self) -> bool
Bit 14 - Last DMA transfer for transmission
Trait Implementations
impl Clone for Cr2R
[src]
fn clone(&self) -> Cr2R
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