pub struct Itatbctr2Spec;
Expand description
ETM Integration Test ATB Control 2
You can read
this register and get itatbctr2::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for Itatbctr2Spec
impl RegisterSpec for Itatbctr2Spec
Source§impl Resettable for Itatbctr2Spec
reset()
method sets ITATBCTR2 to value 0
impl Resettable for Itatbctr2Spec
reset()
method sets ITATBCTR2 to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for Itatbctr2Spec
read()
method returns itatbctr2::R
reader structure
Auto Trait Implementations§
impl Freeze for Itatbctr2Spec
impl RefUnwindSafe for Itatbctr2Spec
impl Send for Itatbctr2Spec
impl Sync for Itatbctr2Spec
impl Unpin for Itatbctr2Spec
impl UnwindSafe for Itatbctr2Spec
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more