pub struct SDA_DUTY_SPEC;
Expand description
Configure the SDA hold time after a negative SCL edge
This register you can [read
]
(crate::generic::Reg::read), [write_with_zero
]
(crate::generic::Reg::write_with_zero), [reset
]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify
]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [sda_duty] (index.html) module
Trait Implementations
sourceimpl Readable for SDA_DUTY_SPEC
impl Readable for SDA_DUTY_SPEC
read()
method returns [sda_duty::R]
(R) reader structure
sourceimpl RegisterSpec for SDA_DUTY_SPEC
impl RegisterSpec for SDA_DUTY_SPEC
sourceimpl Resettable for SDA_DUTY_SPEC
impl Resettable for SDA_DUTY_SPEC
reset()
method sets SDA_DUTY to value 0x10
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for SDA_DUTY_SPEC
impl Writable for SDA_DUTY_SPEC
write(|w| ..)
method takes [sda_duty::W]
(W) writer structure
Auto Trait Implementations
impl RefUnwindSafe for SDA_DUTY_SPEC
impl Send for SDA_DUTY_SPEC
impl Sync for SDA_DUTY_SPEC
impl Unpin for SDA_DUTY_SPEC
impl UnwindSafe for SDA_DUTY_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