pub struct NEGPULSE_SPEC;
Expand description
Autobaud low pulse register
You can read
this register and get negpulse::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for NEGPULSE_SPEC
impl RegisterSpec for NEGPULSE_SPEC
Source§impl Resettable for NEGPULSE_SPEC
reset()
method sets NEGPULSE to value 0x0fff
impl Resettable for NEGPULSE_SPEC
reset()
method sets NEGPULSE to value 0x0fff
Source§const RESET_VALUE: u32 = 4_095u32
const RESET_VALUE: u32 = 4_095u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for NEGPULSE_SPEC
read()
method returns negpulse::R
reader structure
Auto Trait Implementations§
impl Freeze for NEGPULSE_SPEC
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§
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