[][src]Struct stm32l4xx_hal::stm32::spi1::cr1::W

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 W[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

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self