pub struct W(_);
Expand description
Register PGM_DATA6
writer
Implementations
sourceimpl W
impl W
sourcepub fn pgm_data_6(&mut self) -> PGM_DATA_6_W<'_, 0>
pub fn pgm_data_6(&mut self) -> PGM_DATA_6_W<'_, 0>
Bits 0:31 - The content of the 6th 32-bit data to be programmed.
Methods from Deref<Target = W<PGM_DATA6_SPEC>>
Trait Implementations
sourceimpl From<W<PGM_DATA6_SPEC>> for W
impl From<W<PGM_DATA6_SPEC>> for W
sourcefn from(writer: W<PGM_DATA6_SPEC>) -> Self
fn from(writer: W<PGM_DATA6_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more