[−][src]Struct stm32f103xx::spi1::cr1::W
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
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,