Type Alias esp32::spi0::cmd::FLASH_RDID_W

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

Field FLASH_RDID writer - Read JEDEC ID . Read ID command will be sent when the bit is set. The bit will be cleared once the operation done. 1: enable 0: disable.

Aliased Type§

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