pub struct POSPULSE_SPEC;
Expand description
This register you can [read
]
(crate::generic::Reg::read). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [pospulse] (index.html) module
Trait Implementations
sourceimpl Readable for POSPULSE_SPEC
impl Readable for POSPULSE_SPEC
read()
method returns [pospulse::R]
(R) reader structure
sourceimpl RegisterSpec for POSPULSE_SPEC
impl RegisterSpec for POSPULSE_SPEC
sourceimpl Resettable for POSPULSE_SPEC
impl Resettable for POSPULSE_SPEC
reset()
method sets POSPULSE to value 0x000f_ffff
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for POSPULSE_SPEC
impl Send for POSPULSE_SPEC
impl Sync for POSPULSE_SPEC
impl Unpin for POSPULSE_SPEC
impl UnwindSafe for POSPULSE_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