Type Alias esp32c6::efuse::rd_rs_err1::R

source ·
pub type R = R<RD_RS_ERR1_SPEC>;
Expand description

Register RD_RS_ERR1 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn key5_err_num(&self) -> KEY5_ERR_NUM_R

Bits 0:2 - The value of this signal means the number of error bytes.

source

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 key5 failed and the number of error bytes is over 6.

source

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.

source

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.