pub struct R(_);
Expand description
Register RD_RS_ERR1
reader
Implementations
sourceimpl 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
sourceimpl From<R<RD_RS_ERR1_SPEC>> for R
impl From<R<RD_RS_ERR1_SPEC>> for R
sourcefn from(reader: R<RD_RS_ERR1_SPEC>) -> Self
fn from(reader: R<RD_RS_ERR1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more