Struct esp32c3::apb_saradc::cali::R
source · pub struct R(_);
Expand description
Register CALI
reader
Implementations§
source§impl R
impl R
sourcepub fn apb_saradc_cali_cfg(&self) -> APB_SARADC_CALI_CFG_R
pub fn apb_saradc_cali_cfg(&self) -> APB_SARADC_CALI_CFG_R
Bits 0:16 - saradc cali factor
Methods from Deref<Target = R<CALI_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