[][src]Struct stm32f3::stm32f303::fmc::bcr3::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 cburstrw(&mut self) -> _CBURSTRWW[src]

Bit 19 - CBURSTRW

pub fn asyncwait(&mut self) -> _ASYNCWAITW[src]

Bit 15 - ASYNCWAIT

pub fn extmod(&mut self) -> _EXTMODW[src]

Bit 14 - EXTMOD

pub fn waiten(&mut self) -> _WAITENW[src]

Bit 13 - WAITEN

pub fn wren(&mut self) -> _WRENW[src]

Bit 12 - WREN

pub fn waitcfg(&mut self) -> _WAITCFGW[src]

Bit 11 - WAITCFG

pub fn wrapmod(&mut self) -> _WRAPMODW[src]

Bit 10 - WRAPMOD

pub fn waitpol(&mut self) -> _WAITPOLW[src]

Bit 9 - WAITPOL

pub fn bursten(&mut self) -> _BURSTENW[src]

Bit 8 - BURSTEN

pub fn faccen(&mut self) -> _FACCENW[src]

Bit 6 - FACCEN

pub fn mwid(&mut self) -> _MWIDW[src]

Bits 4:5 - MWID

pub fn mtyp(&mut self) -> _MTYPW[src]

Bits 2:3 - MTYP

pub fn muxen(&mut self) -> _MUXENW[src]

Bit 1 - MUXEN

pub fn mbken(&mut self) -> _MBKENW[src]

Bit 0 - MBKEN

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