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