pub struct W(_);
Expand description
Register AHB_TEST
writer
Implementations
sourceimpl W
impl W
sourcepub fn ahb_testmode(&mut self) -> AHB_TESTMODE_W<'_, 0>
pub fn ahb_testmode(&mut self) -> AHB_TESTMODE_W<'_, 0>
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)
sourcepub fn ahb_testaddr(&mut self) -> AHB_TESTADDR_W<'_, 4>
pub fn ahb_testaddr(&mut self) -> AHB_TESTADDR_W<'_, 4>
Bits 4:5 - The two bits represent ahb bus address bit[20:19]
Methods from Deref<Target = W<AHB_TEST_SPEC>>
Trait Implementations
sourceimpl From<W<AHB_TEST_SPEC>> for W
impl From<W<AHB_TEST_SPEC>> for W
sourcefn from(writer: W<AHB_TEST_SPEC>) -> Self
fn from(writer: W<AHB_TEST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more