Type Alias esp32s3::spi1::cmd::FLASH_PE_W
source · pub type FLASH_PE_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field FLASH_PE
writer - In user mode, it is set to indicate that program/erase operation will be triggered. The bit is combined with SPI_MEM_USR bit. The bit will be cleared once the operation done.1: enable 0: disable.
Aliased Type§
struct FLASH_PE_W<'a, REG> { /* private fields */ }