pub type R = R<SUS_STATUS_SPEC>;
Expand description
Register SUS_STATUS
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn flash_sus(&self) -> FLASH_SUS_R
pub fn flash_sus(&self) -> FLASH_SUS_R
Bit 0 - The status of flash suspend. This bit is set when PES command is sent, and cleared when PER is sent. Only used in SPI1.
Sourcepub fn flash_hpm_dly_256(&self) -> FLASH_HPM_DLY_256_R
pub fn flash_hpm_dly_256(&self) -> FLASH_HPM_DLY_256_R
Bit 2 - 1: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 256) SPI_CLK cycles after HPM command is sent. 0: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 4) SPI_CLK cycles after HPM command is sent.
Sourcepub fn flash_res_dly_256(&self) -> FLASH_RES_DLY_256_R
pub fn flash_res_dly_256(&self) -> FLASH_RES_DLY_256_R
Bit 3 - 1: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 256) SPI_CLK cycles after RES command is sent. 0: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 4) SPI_CLK cycles after RES command is sent.
Sourcepub fn flash_dp_dly_256(&self) -> FLASH_DP_DLY_256_R
pub fn flash_dp_dly_256(&self) -> FLASH_DP_DLY_256_R
Bit 4 - 1: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 256) SPI_CLK cycles after DP command is sent. 0: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 4) SPI_CLK cycles after DP command is sent.
Sourcepub fn flash_per_dly_256(&self) -> FLASH_PER_DLY_256_R
pub fn flash_per_dly_256(&self) -> FLASH_PER_DLY_256_R
Bit 5 - Valid when SPI_MEM_FLASH_PER_WAIT_EN is 1. 1: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 256) SPI_CLK cycles after PER command is sent. 0: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 4) SPI_CLK cycles after PER command is sent.
Sourcepub fn flash_pes_dly_256(&self) -> FLASH_PES_DLY_256_R
pub fn flash_pes_dly_256(&self) -> FLASH_PES_DLY_256_R
Bit 6 - Valid when SPI_MEM_FLASH_PES_WAIT_EN is 1. 1: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 256) SPI_CLK cycles after PES command is sent. 0: SPI1 waits (SPI_MEM_CS_HOLD_DELAY_RES[9:0] * 4) SPI_CLK cycles after PES command is sent.