Struct esp32h2::pcr::sar_clk_div::R
source · pub struct R(_);
Expand description
Register SAR_CLK_DIV
reader
Implementations§
source§impl R
impl R
sourcepub fn sar2_clk_div_num(&self) -> SAR2_CLK_DIV_NUM_R
pub fn sar2_clk_div_num(&self) -> SAR2_CLK_DIV_NUM_R
Bits 0:7 - xxxx
sourcepub fn sar1_clk_div_num(&self) -> SAR1_CLK_DIV_NUM_R
pub fn sar1_clk_div_num(&self) -> SAR1_CLK_DIV_NUM_R
Bits 8:15 - xxxx
Methods from Deref<Target = R<SAR_CLK_DIV_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