Struct stm32f103xx::spi1::cr1::W
[−]
[src]
pub struct W { /* fields omitted */ }
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn bidimode(&mut self) -> _BIDIMODEW
[src]
Bit 15 - Bidirectional data mode enable
pub fn bidioe(&mut self) -> _BIDIOEW
[src]
Bit 14 - Output enable in bidirectional mode
pub fn crcen(&mut self) -> _CRCENW
[src]
Bit 13 - Hardware CRC calculation enable
pub fn crcnext(&mut self) -> _CRCNEXTW
[src]
Bit 12 - CRC transfer next
pub fn dff(&mut self) -> _DFFW
[src]
Bit 11 - Data frame format
pub fn rxonly(&mut self) -> _RXONLYW
[src]
Bit 10 - Receive only
pub fn ssm(&mut self) -> _SSMW
[src]
Bit 9 - Software slave management
pub fn ssi(&mut self) -> _SSIW
[src]
Bit 8 - Internal slave select
pub fn lsbfirst(&mut self) -> _LSBFIRSTW
[src]
Bit 7 - Frame format
pub fn spe(&mut self) -> _SPEW
[src]
Bit 6 - SPI enable
pub fn br(&mut self) -> _BRW
[src]
Bits 3:5 - Baud rate control
pub fn mstr(&mut self) -> _MSTRW
[src]
Bit 2 - Master selection
pub fn cpol(&mut self) -> _CPOLW
[src]
Bit 1 - Clock polarity
pub fn cpha(&mut self) -> _CPHAW
[src]
Bit 0 - Clock phase