Struct esp32c2_hal::pac::spi1::miso_dlen::R
pub struct R(_);
Expand description
Register MISO_DLEN
reader
Implementations§
§impl R
impl R
pub fn usr_miso_dbitlen(&self) -> FieldReaderRaw<u16, u16>
pub fn usr_miso_dbitlen(&self) -> FieldReaderRaw<u16, u16>
Bits 0:9 - The length in bits of read-data. The register value shall be (bit_num-1).
Methods from Deref<Target = R<MISO_DLEN_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<MISO_DLEN_SPEC>> for R
impl From<R<MISO_DLEN_SPEC>> for R
§fn from(reader: R<MISO_DLEN_SPEC>) -> R
fn from(reader: R<MISO_DLEN_SPEC>) -> R
Converts to this type from the input type.