Struct esp32s3::usb_wrap::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub otg_conf: OTG_CONF,
pub test_conf: TEST_CONF,
pub date: DATE,
/* private fields */
}Expand description
Register block
Fields
otg_conf: OTG_CONF0x00 - USB OTG Wrapper Configure Register
test_conf: TEST_CONF0x04 - USB Internal PHY Testing Register
date: DATE0x3fc - Version Control Register
Auto Trait Implementations
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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