Struct esp32h2::efuse::rd_repeat_err4::R
source · pub struct R(_);
Expand description
Register RD_REPEAT_ERR4
reader
Implementations§
source§impl R
impl R
sourcepub fn hys_en_pad1_err(&self) -> HYS_EN_PAD1_ERR_R
pub fn hys_en_pad1_err(&self) -> HYS_EN_PAD1_ERR_R
Bits 0:21 - Indicates a programming error of HYS_EN_PAD1.
sourcepub fn rpt4_reserved4_err_1(&self) -> RPT4_RESERVED4_ERR_1_R
pub fn rpt4_reserved4_err_1(&self) -> RPT4_RESERVED4_ERR_1_R
Bits 22:23 - Reserved.
sourcepub fn rpt4_reserved4_err_0(&self) -> RPT4_RESERVED4_ERR_0_R
pub fn rpt4_reserved4_err_0(&self) -> RPT4_RESERVED4_ERR_0_R
Bits 24:31 - Reserved.
Methods from Deref<Target = R<RD_REPEAT_ERR4_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