pub struct NEGPULSE_SPEC;
Expand description
Autobaud low pulse 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 [negpulse] (index.html) module
Trait Implementations
sourceimpl Readable for NEGPULSE_SPEC
impl Readable for NEGPULSE_SPEC
read()
method returns [negpulse::R]
(R) reader structure
sourceimpl RegisterSpec for NEGPULSE_SPEC
impl RegisterSpec for NEGPULSE_SPEC
sourceimpl Resettable for NEGPULSE_SPEC
impl Resettable for NEGPULSE_SPEC
reset()
method sets NEGPULSE to value 0x0fff
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for NEGPULSE_SPEC
impl Send for NEGPULSE_SPEC
impl Sync for NEGPULSE_SPEC
impl Unpin for NEGPULSE_SPEC
impl UnwindSafe for NEGPULSE_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