pub struct R(_);Expand description
Register PGM_CHECK_VALUE%s reader
Implementations
sourceimpl R
 
impl R
sourcepub fn pgm_rs_data_0(&self) -> PGM_RS_DATA_0_R
 
pub fn pgm_rs_data_0(&self) -> PGM_RS_DATA_0_R
Bits 0:31 - The content of the %sth 32-bit RS code to be programmed.
Methods from Deref<Target = R<PGM_CHECK_VALUE_SPEC>>
Trait Implementations
sourceimpl From<R<PGM_CHECK_VALUE_SPEC>> for R
 
impl From<R<PGM_CHECK_VALUE_SPEC>> for R
sourcefn from(reader: R<PGM_CHECK_VALUE_SPEC>) -> Self
 
fn from(reader: R<PGM_CHECK_VALUE_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