Type Alias esp32c3::spi1::cmd::FLASH_PE_R

source ·
pub type FLASH_PE_R = BitReader;
Expand description

Field FLASH_PE reader - 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_R { /* private fields */ }