Type Alias esp32s3::spi1::cmd::FLASH_RES_W

source ·
pub type FLASH_RES_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field FLASH_RES writer - This bit combined with SPI_MEM_RESANDRES bit releases Flash from the power-down state or high performance mode and obtains the devices ID. The bit will be cleared once the operation done.1: enable 0: disable.

Aliased Type§

struct FLASH_RES_W<'a, REG> { /* private fields */ }