Struct stm32f103xx::fsmc::bcr3::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 19 - CBURSTRW

Bit 15 - ASYNCWAIT

Bit 14 - EXTMOD

Bit 13 - WAITEN

Bit 12 - WREN

Bit 11 - WAITCFG

Bit 10 - WRAPMOD

Bit 9 - WAITPOL

Bit 8 - BURSTEN

Bit 6 - FACCEN

Bits 4:5 - MWID

Bits 2:3 - MTYP

Bit 1 - MUXEN

Bit 0 - MBKEN

Auto Trait Implementations

impl Send for W

impl Sync for W