pub struct LOWPULSE_SPEC;
Expand description
Autobaud minimum low pulse duration register
You can read
this register and get lowpulse::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for LOWPULSE_SPEC
impl RegisterSpec for LOWPULSE_SPEC
Source§impl Resettable for LOWPULSE_SPEC
reset()
method sets LOWPULSE to value 0x000f_ffff
impl Resettable for LOWPULSE_SPEC
reset()
method sets LOWPULSE to value 0x000f_ffff
Source§const RESET_VALUE: u32 = 1_048_575u32
const RESET_VALUE: u32 = 1_048_575u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for LOWPULSE_SPEC
read()
method returns lowpulse::R
reader structure
Auto Trait Implementations§
impl Freeze for LOWPULSE_SPEC
impl RefUnwindSafe for LOWPULSE_SPEC
impl Send for LOWPULSE_SPEC
impl Sync for LOWPULSE_SPEC
impl Unpin for LOWPULSE_SPEC
impl UnwindSafe for LOWPULSE_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