Struct esp32c3::usb_device::in_ep3_st::R
source · pub struct R(_);
Expand description
Register IN_EP3_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn in_ep3_state(&self) -> IN_EP3_STATE_R
pub fn in_ep3_state(&self) -> IN_EP3_STATE_R
Bits 0:1 - State of IN Endpoint 3.
sourcepub fn in_ep3_wr_addr(&self) -> IN_EP3_WR_ADDR_R
pub fn in_ep3_wr_addr(&self) -> IN_EP3_WR_ADDR_R
Bits 2:8 - Write data address of IN endpoint 3.
sourcepub fn in_ep3_rd_addr(&self) -> IN_EP3_RD_ADDR_R
pub fn in_ep3_rd_addr(&self) -> IN_EP3_RD_ADDR_R
Bits 9:15 - Read data address of IN endpoint 3.
Methods from Deref<Target = R<IN_EP3_ST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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