pub struct RX_HEAD_SPEC;
Expand description
a
You can read
this register and get rx_head::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for RX_HEAD_SPEC
impl RegisterSpec for RX_HEAD_SPEC
Source§impl Resettable for RX_HEAD_SPEC
reset()
method sets RX_HEAD to value 0
impl Resettable for RX_HEAD_SPEC
reset()
method sets RX_HEAD to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for RX_HEAD_SPEC
read()
method returns rx_head::R
reader structure
Auto Trait Implementations§
impl Freeze for RX_HEAD_SPEC
impl RefUnwindSafe for RX_HEAD_SPEC
impl Send for RX_HEAD_SPEC
impl Sync for RX_HEAD_SPEC
impl Unpin for RX_HEAD_SPEC
impl UnwindSafe for RX_HEAD_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