[][src]Struct stm32h7::stm32h743::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 tcrcini(&mut self) -> _TCRCINIW[src]

Bit 15 - CRC calculation initialization pattern control for transmitter

pub fn rcrcini(&mut self) -> _RCRCINIW[src]

Bit 14 - CRC calculation initialization pattern control for receiver

pub fn crc33_17(&mut self) -> _CRC33_17W[src]

Bit 13 - 32-bit CRC polynomial configuration

pub fn ssi(&mut self) -> _SSIW[src]

Bit 12 - Internal SS signal input level

pub fn hddir(&mut self) -> _HDDIRW[src]

Bit 11 - Rx/Tx direction at Half-duplex mode

pub fn csusp(&mut self) -> _CSUSPW[src]

Bit 10 - Master SUSPend request

pub fn cstart(&mut self) -> _CSTARTW[src]

Bit 9 - Master transfer start

pub fn masrx(&mut self) -> _MASRXW[src]

Bit 8 - Master automatic SUSP in Receive mode

pub fn spe(&mut self) -> _SPEW[src]

Bit 0 - Serial Peripheral Enable

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