Struct efm32lg995_pac::lesense::st4_tconfa::ST4_TCONFA_SPEC
source · [−]pub struct ST4_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 st4_tconfa module
Trait Implementations
sourceimpl Readable for ST4_TCONFA_SPEC
impl Readable for ST4_TCONFA_SPEC
read()
method returns st4_tconfa::R reader structure
sourceimpl RegisterSpec for ST4_TCONFA_SPEC
impl RegisterSpec for ST4_TCONFA_SPEC
sourceimpl Resettable for ST4_TCONFA_SPEC
impl Resettable for ST4_TCONFA_SPEC
reset()
method sets ST4_TCONFA to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for ST4_TCONFA_SPEC
impl Writable for ST4_TCONFA_SPEC
write(|w| ..)
method takes st4_tconfa::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for ST4_TCONFA_SPEC
impl Send for ST4_TCONFA_SPEC
impl Sync for ST4_TCONFA_SPEC
impl Unpin for ST4_TCONFA_SPEC
impl UnwindSafe for ST4_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