Struct esp32c3::efuse::rd_tim_conf::R
source · pub struct R(_);
Expand description
Register RD_TIM_CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn read_init_num(&self) -> READ_INIT_NUM_R
pub fn read_init_num(&self) -> READ_INIT_NUM_R
Bits 24:31 - Configures the initial read time of eFuse.
Methods from Deref<Target = R<RD_TIM_CONF_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