[][src]Struct stm32f3::stm32f303::spi1::cr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 crcl(&mut self) -> _CRCLW[src]

Bit 11 - CRC length

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

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self