pub struct W(_);
Expand description
Register PGM_DATA7
writer
Implementations§
source§impl W
impl W
sourcepub fn pgm_data_7(&mut self) -> PGM_DATA_7_W<'_, 0>
pub fn pgm_data_7(&mut self) -> PGM_DATA_7_W<'_, 0>
Bits 0:31 - The content of the 7th 32-bit data to be programmed.
Methods from Deref<Target = W<PGM_DATA7_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more