Struct esp32c2_hal::pac::dma::ahb_test::R
pub struct R(_);
Expand description
Register AHB_TEST
reader
Implementations§
§impl R
impl R
pub fn ahb_testmode(&self) -> FieldReaderRaw<u8, u8>
pub fn ahb_testmode(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - reserved
pub fn ahb_testaddr(&self) -> FieldReaderRaw<u8, u8>
pub fn ahb_testaddr(&self) -> FieldReaderRaw<u8, u8>
Bits 4:5 - reserved
Methods from Deref<Target = R<AHB_TEST_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<AHB_TEST_SPEC>> for R
impl From<R<AHB_TEST_SPEC>> for R
§fn from(reader: R<AHB_TEST_SPEC>) -> R
fn from(reader: R<AHB_TEST_SPEC>) -> R
Converts to this type from the input type.