Type Alias esp32h2::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 */ }