pub struct R(_);
Expand description
Register EXT0
reader
Implementations§
source§impl R
impl R
sourcepub fn t_pp_time(&self) -> T_PP_TIME_R
pub fn t_pp_time(&self) -> T_PP_TIME_R
Bits 0:11 - page program delay time by system clock.
sourcepub fn t_pp_shift(&self) -> T_PP_SHIFT_R
pub fn t_pp_shift(&self) -> T_PP_SHIFT_R
Bits 16:19 - page program delay time shift .
sourcepub fn t_pp_ena(&self) -> T_PP_ENA_R
pub fn t_pp_ena(&self) -> T_PP_ENA_R
Bit 31 - page program delay enable.
Methods from Deref<Target = R<EXT0_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