pub struct R(_);Expand description
Register PGM_DATA5 reader
Implementations§
source§impl R
 
impl R
sourcepub fn pgm_data_5(&self) -> PGM_DATA_5_R
 
pub fn pgm_data_5(&self) -> PGM_DATA_5_R
Bits 0:31 - The content of the 5th 32-bit data to be programmed.
Methods from Deref<Target = R<PGM_DATA5_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