Struct esp32s3::spi1::flash_sus_cmd::FLASH_SUS_CMD_SPEC
source · [−]pub struct FLASH_SUS_CMD_SPEC;
Expand description
SPI1 flash suspend control register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see flash_sus_cmd module
Trait Implementations
sourceimpl Readable for FLASH_SUS_CMD_SPEC
impl Readable for FLASH_SUS_CMD_SPEC
read()
method returns flash_sus_cmd::R reader structure
sourceimpl RegisterSpec for FLASH_SUS_CMD_SPEC
impl RegisterSpec for FLASH_SUS_CMD_SPEC
sourceimpl Resettable for FLASH_SUS_CMD_SPEC
impl Resettable for FLASH_SUS_CMD_SPEC
reset()
method sets FLASH_SUS_CMD to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for FLASH_SUS_CMD_SPEC
impl Writable for FLASH_SUS_CMD_SPEC
write(|w| ..)
method takes flash_sus_cmd::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for FLASH_SUS_CMD_SPEC
impl Send for FLASH_SUS_CMD_SPEC
impl Sync for FLASH_SUS_CMD_SPEC
impl Unpin for FLASH_SUS_CMD_SPEC
impl UnwindSafe for FLASH_SUS_CMD_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