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 - bit2 is ahb bus test enable ,bit1 is used to choose wrtie(1) or read(0) mode. bit0 is used to choose test only once(1) or continue(0)
pub fn ahb_testaddr(&self) -> FieldReaderRaw<u8, u8>
pub fn ahb_testaddr(&self) -> FieldReaderRaw<u8, u8>
Bits 4:5 - The two bits represent ahb bus address bit[20:19]
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.