Struct esp32s3::usb_device::out_ep0_st::R
source · pub struct R(_);
Expand description
Register OUT_EP0_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn out_ep0_state(&self) -> OUT_EP0_STATE_R
pub fn out_ep0_state(&self) -> OUT_EP0_STATE_R
Bits 0:1 - State of OUT Endpoint 0.
sourcepub fn out_ep0_wr_addr(&self) -> OUT_EP0_WR_ADDR_R
pub fn out_ep0_wr_addr(&self) -> OUT_EP0_WR_ADDR_R
Bits 2:8 - Write data address of OUT endpoint 0. When USB_DEVICE_SERIAL_OUT_RECV_PKT_INT is detected, there are USB_DEVICE_OUT_EP0_WR_ADDR-2 bytes data in OUT EP0.
sourcepub fn out_ep0_rd_addr(&self) -> OUT_EP0_RD_ADDR_R
pub fn out_ep0_rd_addr(&self) -> OUT_EP0_RD_ADDR_R
Bits 9:15 - Read data address of OUT endpoint 0.
Methods from Deref<Target = R<OUT_EP0_ST_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_EP0_ST_SPEC>> for R
impl From<R<OUT_EP0_ST_SPEC>> for R
sourcefn from(reader: R<OUT_EP0_ST_SPEC>) -> Self
fn from(reader: R<OUT_EP0_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more