[−][src]Trait drone_cortex_m::reg::field::WWRegFieldBitBand
Writable single-bit field of writable register located in the peripheral bit-band region.
Required methods
fn set_bit_band(&self)
Sets this bit through the peripheral bit-band region alias.
fn clear_bit_band(&self)
Clears this bit through the peripheral bit-band region alias.
fn to_bit_band_mut_ptr(&self) -> *mut usize
Returns a mutable raw pointer to the bit-band alias address of this field.
See also RRRegFieldBitBand::to_bit_band_ptr
.
Implementors
impl<T, R> WWRegFieldBitBand<T> for R where
T: RegTag,
R: WWRegFieldBitBandMarker<T>,
R::Reg: RegBitBand<T> + WReg<T>,
[src]
T: RegTag,
R: WWRegFieldBitBandMarker<T>,
R::Reg: RegBitBand<T> + WReg<T>,