Struct esp32c3::spi1::flash_sus_ctrl::FLASH_SUS_CTRL_SPEC   
source · [−]pub struct FLASH_SUS_CTRL_SPEC;Expand description
SPI1 flash suspend control register
This register you can [read]
(crate::generic::Reg::read), [write_with_zero]
(crate::generic::Reg::write_with_zero), [reset]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [flash_sus_ctrl] (index.html) module
Trait Implementations
sourceimpl Readable for FLASH_SUS_CTRL_SPEC
 
impl Readable for FLASH_SUS_CTRL_SPEC
read() method returns [flash_sus_ctrl::R]
(R) reader structure
sourceimpl RegisterSpec for FLASH_SUS_CTRL_SPEC
 
impl RegisterSpec for FLASH_SUS_CTRL_SPEC
sourceimpl Resettable for FLASH_SUS_CTRL_SPEC
 
impl Resettable for FLASH_SUS_CTRL_SPEC
reset() method sets FLASH_SUS_CTRL to value 0x0800_2000
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for FLASH_SUS_CTRL_SPEC
 
impl Writable for FLASH_SUS_CTRL_SPEC
write(|w| ..) method takes [flash_sus_ctrl::W]
(W) writer structure
Auto Trait Implementations
impl RefUnwindSafe for FLASH_SUS_CTRL_SPEC
impl Send for FLASH_SUS_CTRL_SPEC
impl Sync for FLASH_SUS_CTRL_SPEC
impl Unpin for FLASH_SUS_CTRL_SPEC
impl UnwindSafe for FLASH_SUS_CTRL_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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