Struct stm32wlxx_hal::pac::i2c1::timingr::TIMINGR_SPEC
pub struct TIMINGR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for TIMINGR_SPEC
impl Readable for TIMINGR_SPEC
read()
method returns timingr::R reader structure
§impl RegisterSpec for TIMINGR_SPEC
impl RegisterSpec for TIMINGR_SPEC
§impl Resettable for TIMINGR_SPEC
impl Resettable for TIMINGR_SPEC
reset()
method sets TIMINGR to value 0
§fn reset_value() -> <TIMINGR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <TIMINGR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for TIMINGR_SPEC
impl Writable for TIMINGR_SPEC
write(|w| ..)
method takes timingr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for TIMINGR_SPEC
impl Send for TIMINGR_SPEC
impl Sync for TIMINGR_SPEC
impl Unpin for TIMINGR_SPEC
impl UnwindSafe for TIMINGR_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