pub struct HIGHPULSE_SPEC;
Expand description
Autobaud minimum high pulse duration register
You can read
this register and get highpulse::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for HIGHPULSE_SPEC
impl RegisterSpec for HIGHPULSE_SPEC
Source§impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE to value 0x0fff
impl Resettable for HIGHPULSE_SPEC
reset()
method sets HIGHPULSE 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 HIGHPULSE_SPEC
read()
method returns highpulse::R
reader structure
Auto Trait Implementations§
impl Freeze for HIGHPULSE_SPEC
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§
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