Struct esp32s2::usb0::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
source§impl RegisterBlock
impl RegisterBlock
sourcepub fn dieptxf_iter(&self) -> impl Iterator<Item = &DIEPTXF>
pub fn dieptxf_iter(&self) -> impl Iterator<Item = &DIEPTXF>
Iterator for array of: 0x104..0x114 -
sourcepub const fn dvbuspulse(&self) -> &DVBUSPULSE
pub const fn dvbuspulse(&self) -> &DVBUSPULSE
0x82c -
sourcepub const fn diepempmsk(&self) -> &DIEPEMPMSK
pub const fn diepempmsk(&self) -> &DIEPEMPMSK
0x834 -
sourcepub fn in_ep_iter(&self) -> impl Iterator<Item = &IN_EP>
pub fn in_ep_iter(&self) -> impl Iterator<Item = &IN_EP>
Iterator for array of: 0x920..0x9e0 - Device IN endpoints 1-6
sourcepub fn out_ep_iter(&self) -> impl Iterator<Item = &OUT_EP>
pub fn out_ep_iter(&self) -> impl Iterator<Item = &OUT_EP>
Iterator for array of: 0xb20..0xbe0 - Device OUT endpoints 1-6
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