Struct esp32s3::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.
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 6.
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.
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 system part2 is reliable 1: Means that programming user data failed and the number of error bytes is over 6.