Struct esp32_hal::pac::spi0::in_err_eof_des_addr::R
pub struct R(_);
Expand description
Register IN_ERR_EOF_DES_ADDR
reader
Implementations§
§impl R
impl R
pub fn dma_in_err_eof_des_addr(&self) -> FieldReaderRaw<u32, u32>
pub fn dma_in_err_eof_des_addr(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - The inlink descriptor address when spi dma produce receiving error.
Methods from Deref<Target = R<IN_ERR_EOF_DES_ADDR_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<IN_ERR_EOF_DES_ADDR_SPEC>> for R
impl From<R<IN_ERR_EOF_DES_ADDR_SPEC>> for R
§fn from(reader: R<IN_ERR_EOF_DES_ADDR_SPEC>) -> R
fn from(reader: R<IN_ERR_EOF_DES_ADDR_SPEC>) -> R
Converts to this type from the input type.