Struct esp32s3_hal::pac::spi0::misc::R
pub struct R(_);
Expand description
Register MISC
reader
Implementations§
§impl R
impl R
pub fn ck_idle_edge(&self) -> BitReaderRaw<bool>
pub fn ck_idle_edge(&self) -> BitReaderRaw<bool>
Bit 9 - 1: SPI_CLK line is high when idle. 0: SPI_CLK line is low when idle
pub fn cs_keep_active(&self) -> BitReaderRaw<bool>
pub fn cs_keep_active(&self) -> BitReaderRaw<bool>
Bit 10 - SPI_CS line keep low when the bit is set.
Methods from Deref<Target = R<MISC_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.