Struct esp32_hal::pac::spi0::cache_fctrl::R
pub struct R(_);
Expand description
Register CACHE_FCTRL
reader
Implementations§
§impl R
impl R
pub fn cache_req_en(&self) -> BitReaderRaw<bool>
pub fn cache_req_en(&self) -> BitReaderRaw<bool>
Bit 0 - For SPI0 Cache access enable 1: enable 0:disable.
pub fn cache_usr_cmd_4byte(&self) -> BitReaderRaw<bool>
pub fn cache_usr_cmd_4byte(&self) -> BitReaderRaw<bool>
Bit 1 - For SPI0 cache read flash with 4 bytes command 1: enable 0:disable.
pub fn cache_flash_usr_cmd(&self) -> BitReaderRaw<bool>
pub fn cache_flash_usr_cmd(&self) -> BitReaderRaw<bool>
Bit 2 - For SPI0 cache read flash for user define command 1: enable 0:disable.
pub fn cache_flash_pes_en(&self) -> BitReaderRaw<bool>
pub fn cache_flash_pes_en(&self) -> BitReaderRaw<bool>
Bit 3 - For SPI0 spi1 send suspend command before cache read flash 1: enable 0:disable.
Methods from Deref<Target = R<CACHE_FCTRL_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<CACHE_FCTRL_SPEC>> for R
impl From<R<CACHE_FCTRL_SPEC>> for R
§fn from(reader: R<CACHE_FCTRL_SPEC>) -> R
fn from(reader: R<CACHE_FCTRL_SPEC>) -> R
Converts to this type from the input type.