Struct esp32c2_hal::pac::spi1::flash_waiti_ctrl::R
pub struct R(_);
Expand description
Register FLASH_WAITI_CTRL
reader
Implementations§
§impl R
impl R
pub fn waiti_dummy(&self) -> BitReaderRaw<bool>
pub fn waiti_dummy(&self) -> BitReaderRaw<bool>
Bit 1 - The dummy phase enable when wait flash idle (RDSR)
pub fn waiti_dummy_cyclelen(&self) -> FieldReaderRaw<u8, u8>
pub fn waiti_dummy_cyclelen(&self) -> FieldReaderRaw<u8, u8>
Bits 10:15 - The dummy cycle length when wait flash idle(RDSR).
Methods from Deref<Target = R<FLASH_WAITI_CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<FLASH_WAITI_CTRL_SPEC>> for R
impl From<R<FLASH_WAITI_CTRL_SPEC>> for R
§fn from(reader: R<FLASH_WAITI_CTRL_SPEC>) -> R
fn from(reader: R<FLASH_WAITI_CTRL_SPEC>) -> R
Converts to this type from the input type.