pub struct ITTRIGOUT_SPEC;
Expand description
ETM Integration Test Trigger Out
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see ittrigout module
Trait Implementations
sourceimpl RegisterSpec for ITTRIGOUT_SPEC
impl RegisterSpec for ITTRIGOUT_SPEC
sourceimpl Resettable for ITTRIGOUT_SPEC
impl Resettable for ITTRIGOUT_SPEC
reset()
method sets ITTRIGOUT to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for ITTRIGOUT_SPEC
impl Writable for ITTRIGOUT_SPEC
write(|w| ..)
method takes ittrigout::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for ITTRIGOUT_SPEC
impl Send for ITTRIGOUT_SPEC
impl Sync for ITTRIGOUT_SPEC
impl Unpin for ITTRIGOUT_SPEC
impl UnwindSafe for ITTRIGOUT_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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