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