Struct esp32h2::uhci0::rx_head::RX_HEAD_SPEC
source · 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
impl Resettable for RX_HEAD_SPEC
reset()
method sets RX_HEAD to value 0
source§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::rx_head::RX_HEAD_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <uhci0::rx_head::RX_HEAD_SPEC as generic::RegisterSpec>::Ux}
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 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