pub struct R(_);
Expand description
Register RD_RS_ERR
reader
Implementations§
source§impl R
impl R
sourcepub fn blk1_err_num(&self) -> BLK1_ERR_NUM_R
pub fn blk1_err_num(&self) -> BLK1_ERR_NUM_R
Bits 0:2 - The value of this signal means the number of error bytes in block1.
sourcepub fn blk1_fail(&self) -> BLK1_FAIL_R
pub fn blk1_fail(&self) -> BLK1_FAIL_R
Bit 3 - 0: Means no failure and that the data of block1 is reliable 1: Means that programming user data failed and the number of error bytes is over 6.
sourcepub fn blk2_err_num(&self) -> BLK2_ERR_NUM_R
pub fn blk2_err_num(&self) -> BLK2_ERR_NUM_R
Bits 4:6 - The value of this signal means the number of error bytes in block2.
sourcepub fn blk2_fail(&self) -> BLK2_FAIL_R
pub fn blk2_fail(&self) -> BLK2_FAIL_R
Bit 7 - 0: Means no failure and that the data of block2 is reliable 1: Means that programming user data failed and the number of error bytes is over 6.
sourcepub fn blk3_err_num(&self) -> BLK3_ERR_NUM_R
pub fn blk3_err_num(&self) -> BLK3_ERR_NUM_R
Bits 8:10 - The value of this signal means the number of error bytes in block3.
sourcepub fn blk3_fail(&self) -> BLK3_FAIL_R
pub fn blk3_fail(&self) -> BLK3_FAIL_R
Bit 11 - 0: Means no failure and that the block3 data is reliable 1: Means that programming user data failed and the number of error bytes is over 6.