[][src]Struct stm32h7::stm32h743v::spi1::cr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn iolock(&self) -> IOLOCKR[src]

Bit 16 - Locking the AF configuration of associated IOs

pub fn tcrcini(&self) -> TCRCINIR[src]

Bit 15 - CRC calculation initialization pattern control for transmitter

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

Bit 14 - CRC calculation initialization pattern control for receiver

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

Bit 13 - 32-bit CRC polynomial configuration

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

Bit 12 - Internal SS signal input level

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

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

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

Bit 9 - Master transfer start

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

Bit 8 - Master automatic SUSP in Receive mode

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

Bit 0 - Serial Peripheral Enable

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

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