Struct esp32_hal::pac::spi0::slv_rdbuf_dlen::R
pub struct R(_);
Expand description
Register SLV_RDBUF_DLEN
reader
Implementations§
§impl R
impl R
pub fn slv_rdbuf_dbitlen(&self) -> FieldReaderRaw<u32, u32>
pub fn slv_rdbuf_dbitlen(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - In the slave mode it is the length in bits for read-buffer operations. The register value shall be (bit_num-1).
Methods from Deref<Target = R<SLV_RDBUF_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<SLV_RDBUF_DLEN_SPEC>> for R
impl From<R<SLV_RDBUF_DLEN_SPEC>> for R
§fn from(reader: R<SLV_RDBUF_DLEN_SPEC>) -> R
fn from(reader: R<SLV_RDBUF_DLEN_SPEC>) -> R
Converts to this type from the input type.