[−][src]Trait drone_cortex_m::reg::marker::WoWoRegFieldBits
Write-only multiple-bit field of write-only register.
Required methods
fn write_bits(&self, bits: <<Self::Reg as Reg<T>>::Val as Bitfield>::Bits)
[−]
Writes the reset value with the field bits replaced by bits
into the
register memory.