Struct esp32c6::extmem::redundancy_sig4::REDUNDANCY_SIG4_SPEC
source · pub struct REDUNDANCY_SIG4_SPEC;
Expand description
Cache redundancy signal 0 register
You can read
this register and get redundancy_sig4::R
. See API.
Trait Implementations§
source§impl RegisterSpec for REDUNDANCY_SIG4_SPEC
impl RegisterSpec for REDUNDANCY_SIG4_SPEC
source§impl Resettable for REDUNDANCY_SIG4_SPEC
impl Resettable for REDUNDANCY_SIG4_SPEC
reset()
method sets REDUNDANCY_SIG4 to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for REDUNDANCY_SIG4_SPEC
read()
method returns redundancy_sig4::R
reader structure
Auto Trait Implementations§
impl Freeze for REDUNDANCY_SIG4_SPEC
impl RefUnwindSafe for REDUNDANCY_SIG4_SPEC
impl Send for REDUNDANCY_SIG4_SPEC
impl Sync for REDUNDANCY_SIG4_SPEC
impl Unpin for REDUNDANCY_SIG4_SPEC
impl UnwindSafe for REDUNDANCY_SIG4_SPEC
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