[][src]Struct stm32h7::stm32h743v::swpmi::cr::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 rxdma(&mut self) -> _RXDMAW[src]

Bit 0 - Reception DMA enable

pub fn txdma(&mut self) -> _TXDMAW[src]

Bit 1 - Transmission DMA enable

pub fn rxmode(&mut self) -> _RXMODEW[src]

Bit 2 - Reception buffering mode

pub fn txmode(&mut self) -> _TXMODEW[src]

Bit 3 - Transmission buffering mode

pub fn lpbk(&mut self) -> _LPBKW[src]

Bit 4 - Loopback mode enable

pub fn swpact(&mut self) -> _SWPACTW[src]

Bit 5 - Single wire protocol master interface activate

pub fn deact(&mut self) -> _DEACTW[src]

Bit 10 - Single wire protocol master interface deactivate

pub fn swpten(&mut self) -> _SWPTENW[src]

Bit 11 - Single wire protocol master transceiver 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