Struct esp32s2::efuse::rd_rs_err1::R   
source · pub struct R(_);Expand description
Register RD_RS_ERR1 reader
Implementations§
source§impl R
 
impl R
sourcepub fn key5_err_num(&self) -> KEY5_ERR_NUM_R
 
pub fn key5_err_num(&self) -> KEY5_ERR_NUM_R
Bits 0:2 - The value of this signal means the number of error bytes in KEY5.
sourcepub fn key5_fail(&self) -> KEY5_FAIL_R
 
pub fn key5_fail(&self) -> KEY5_FAIL_R
Bit 3 - 0: Means no failure and that the data of KEY5 is reliable. 1: Means that programming user data failed and the number of error bytes is over 5.
sourcepub fn sys_part2_err_num(&self) -> SYS_PART2_ERR_NUM_R
 
pub fn sys_part2_err_num(&self) -> SYS_PART2_ERR_NUM_R
Bits 4:6 - The value of this signal means the number of error bytes in BLOCK10.
sourcepub fn sys_part2_fail(&self) -> SYS_PART2_FAIL_R
 
pub fn sys_part2_fail(&self) -> SYS_PART2_FAIL_R
Bit 7 - 0: Means no failure and that the data of BLOCK10 is reliable. 1: Means that programming BLOCK10 data failed and the number of error bytes is over 5.
Methods from Deref<Target = R<RD_RS_ERR1_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