Struct esp32s3::usb0::ghwcfg4::GHWCFG4_SPEC
source · pub struct GHWCFG4_SPEC;
Expand description
You can read
this register and get ghwcfg4::R
. See API.
Trait Implementations§
source§impl RegisterSpec for GHWCFG4_SPEC
impl RegisterSpec for GHWCFG4_SPEC
source§impl Resettable for GHWCFG4_SPEC
impl Resettable for GHWCFG4_SPEC
reset()
method sets GHWCFG4 to value 0xd3f0_a030
source§const RESET_VALUE: u32 = 3_555_762_224u32
const RESET_VALUE: u32 = 3_555_762_224u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for GHWCFG4_SPEC
read()
method returns ghwcfg4::R
reader structure
Auto Trait Implementations§
impl Freeze for GHWCFG4_SPEC
impl RefUnwindSafe for GHWCFG4_SPEC
impl Send for GHWCFG4_SPEC
impl Sync for GHWCFG4_SPEC
impl Unpin for GHWCFG4_SPEC
impl UnwindSafe for GHWCFG4_SPEC
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