pub struct Ecc { /* private fields */ }Implementations§
Source§impl Ecc
impl Ecc
Sourcepub const fn ecc_command_reg(&self) -> &'static Reg<EccCommandReg_SPEC, RW>
pub const fn ecc_command_reg(&self) -> &'static Reg<EccCommandReg_SPEC, RW>
Command register
Sourcepub const fn ecc_config_reg(&self) -> &'static Reg<EccConfigReg_SPEC, RW>
pub const fn ecc_config_reg(&self) -> &'static Reg<EccConfigReg_SPEC, RW>
Configuration register
Sourcepub const fn ecc_control_reg(&self) -> &'static Reg<EccControlReg_SPEC, RW>
pub const fn ecc_control_reg(&self) -> &'static Reg<EccControlReg_SPEC, RW>
Control register
Sourcepub const fn ecc_status_reg(&self) -> &'static Reg<EccStatusReg_SPEC, RW>
pub const fn ecc_status_reg(&self) -> &'static Reg<EccStatusReg_SPEC, RW>
Status register
Sourcepub const fn ecc_version_reg(&self) -> &'static Reg<EccVersionReg_SPEC, RW>
pub const fn ecc_version_reg(&self) -> &'static Reg<EccVersionReg_SPEC, RW>
Version register
Trait Implementations§
impl Copy for Ecc
impl Eq for Ecc
impl Send for Ecc
ECC registers
impl StructuralPartialEq for Ecc
impl Sync for Ecc
Auto Trait Implementations§
impl Freeze for Ecc
impl RefUnwindSafe for Ecc
impl Unpin for Ecc
impl UnsafeUnpin for Ecc
impl UnwindSafe for Ecc
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