Struct esp32s3::usb_device::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub const fn out_ep0_st(&self) -> &OUT_EP0_ST
pub const fn out_ep0_st(&self) -> &OUT_EP0_ST
0x38 - OUT Endpoint 0 status
sourcepub const fn out_ep1_st(&self) -> &OUT_EP1_ST
pub const fn out_ep1_st(&self) -> &OUT_EP1_ST
0x3c - OUT Endpoint 1 status
sourcepub const fn out_ep2_st(&self) -> &OUT_EP2_ST
pub const fn out_ep2_st(&self) -> &OUT_EP2_ST
0x40 - OUT Endpoint 2 status
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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