Struct esp32c6::lp_i2c0::sda_sample::SDA_SAMPLE_SPEC
source · pub struct SDA_SAMPLE_SPEC;Expand description
Configures the sample time after a positive SCL edge.
You can read this register and get sda_sample::R. You can reset, write, write_with_zero this register using sda_sample::W. You can also modify this register. See API.
Trait Implementations§
source§impl RegisterSpec for SDA_SAMPLE_SPEC
impl RegisterSpec for SDA_SAMPLE_SPEC
source§impl Resettable for SDA_SAMPLE_SPEC
impl Resettable for SDA_SAMPLE_SPEC
reset() method sets SDA_SAMPLE to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for SDA_SAMPLE_SPEC
impl Writable for SDA_SAMPLE_SPEC
write(|w| ..) method takes sda_sample::W writer structure
source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1 and are changed if you pass 0source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0 and are changed if you pass 1impl Readable for SDA_SAMPLE_SPEC
read() method returns sda_sample::R reader structure
Auto Trait Implementations§
impl Freeze for SDA_SAMPLE_SPEC
impl RefUnwindSafe for SDA_SAMPLE_SPEC
impl Send for SDA_SAMPLE_SPEC
impl Sync for SDA_SAMPLE_SPEC
impl Unpin for SDA_SAMPLE_SPEC
impl UnwindSafe for SDA_SAMPLE_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more