Struct esp32_hal::pac::spi0::slv_rd_bit::R
pub struct R(_);
Expand description
Register SLV_RD_BIT
reader
Implementations§
§impl R
impl R
pub fn slv_rdata_bit(&self) -> FieldReaderRaw<u32, u32>
pub fn slv_rdata_bit(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - In the slave mode it is the bit length of read data. The value is the length - 1.
Methods from Deref<Target = R<SLV_RD_BIT_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_RD_BIT_SPEC>> for R
impl From<R<SLV_RD_BIT_SPEC>> for R
§fn from(reader: R<SLV_RD_BIT_SPEC>) -> R
fn from(reader: R<SLV_RD_BIT_SPEC>) -> R
Converts to this type from the input type.