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