Struct efm32gg12b430_pac::lesense::st2_tconfa::ST2_TCONFA_SPEC
source · [−]pub struct ST2_TCONFA_SPEC;
Expand description
State Transition Configuration a
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see st2_tconfa module
Trait Implementations
sourceimpl Readable for ST2_TCONFA_SPEC
impl Readable for ST2_TCONFA_SPEC
read()
method returns st2_tconfa::R reader structure
sourceimpl RegisterSpec for ST2_TCONFA_SPEC
impl RegisterSpec for ST2_TCONFA_SPEC
sourceimpl Resettable for ST2_TCONFA_SPEC
impl Resettable for ST2_TCONFA_SPEC
reset()
method sets ST2_TCONFA to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for ST2_TCONFA_SPEC
impl Writable for ST2_TCONFA_SPEC
write(|w| ..)
method takes st2_tconfa::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for ST2_TCONFA_SPEC
impl Send for ST2_TCONFA_SPEC
impl Sync for ST2_TCONFA_SPEC
impl Unpin for ST2_TCONFA_SPEC
impl UnwindSafe for ST2_TCONFA_SPEC
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