pub struct HIGHPULSE_SPEC;
Expand description
Autobaud minimum high pulse duration register
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 [highpulse] (index.html) module
Trait Implementations
sourceimpl Readable for HIGHPULSE_SPEC
impl Readable for HIGHPULSE_SPEC
read()
method returns [highpulse::R]
(R) reader structure
sourceimpl RegisterSpec for HIGHPULSE_SPEC
impl RegisterSpec for HIGHPULSE_SPEC
sourceimpl Resettable for HIGHPULSE_SPEC
impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE 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 HIGHPULSE_SPEC
impl Send for HIGHPULSE_SPEC
impl Sync for HIGHPULSE_SPEC
impl Unpin for HIGHPULSE_SPEC
impl UnwindSafe for HIGHPULSE_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