Struct esp32s3_hal::pac::spi1::timing_cali::TIMING_CALI_SPEC
pub struct TIMING_CALI_SPEC;
Expand description
SPI1 timing compensation register when accesses to flash or Ext_RAM.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see timing_cali module
Trait Implementations
impl Readable for TIMING_CALI_SPEC
impl Readable for TIMING_CALI_SPEC
read()
method returns timing_cali::R reader structure
impl RegisterSpec for TIMING_CALI_SPEC
impl RegisterSpec for TIMING_CALI_SPEC
impl Resettable for TIMING_CALI_SPEC
impl Resettable for TIMING_CALI_SPEC
reset()
method sets TIMING_CALI to value 0
const RESET_VALUE: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
const RESET_VALUE: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
Reset value of the register.
fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Writable for TIMING_CALI_SPEC
impl Writable for TIMING_CALI_SPEC
write(|w| ..)
method takes timing_cali::W writer structure
const ZERO_TO_MODIFY_FIELDS_BITMAP: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
const ZERO_TO_MODIFY_FIELDS_BITMAP: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
const ONE_TO_MODIFY_FIELDS_BITMAP: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: <TIMING_CALI_SPEC as RegisterSpec>::Ux = {transmute(0x00000000): <esp_hal_common::esp32s3::spi1::timing_cali::TIMING_CALI_SPEC as esp_hal_common::esp32s3::generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
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