pub struct EVENTS_LASTRX_SPEC;
Expand description
Byte boundary, starting to receive the last byte
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see events_lastrx module
Trait Implementations§
Source§impl Readable for EVENTS_LASTRX_SPEC
impl Readable for EVENTS_LASTRX_SPEC
read()
method returns events_lastrx::R reader structure
Source§impl RegisterSpec for EVENTS_LASTRX_SPEC
impl RegisterSpec for EVENTS_LASTRX_SPEC
Source§impl Resettable for EVENTS_LASTRX_SPEC
impl Resettable for EVENTS_LASTRX_SPEC
reset()
method sets EVENTS_LASTRX to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for EVENTS_LASTRX_SPEC
impl Writable for EVENTS_LASTRX_SPEC
write(|w| ..)
method takes events_lastrx::W writer structure
Auto Trait Implementations§
impl Freeze for EVENTS_LASTRX_SPEC
impl RefUnwindSafe for EVENTS_LASTRX_SPEC
impl Send for EVENTS_LASTRX_SPEC
impl Sync for EVENTS_LASTRX_SPEC
impl Unpin for EVENTS_LASTRX_SPEC
impl UnwindSafe for EVENTS_LASTRX_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