pub struct USBHS_DEVCTRL_SPEC;Expand description
Device General Control Register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see usbhs_devctrl module
Trait Implementations§
Source§impl Readable for USBHS_DEVCTRL_SPEC
read() method returns usbhs_devctrl::R reader structure
impl Readable for USBHS_DEVCTRL_SPEC
read() method returns usbhs_devctrl::R reader structure
Source§impl RegisterSpec for USBHS_DEVCTRL_SPEC
impl RegisterSpec for USBHS_DEVCTRL_SPEC
Source§impl Resettable for USBHS_DEVCTRL_SPEC
reset() method sets USBHS_DEVCTRL to value 0
impl Resettable for USBHS_DEVCTRL_SPEC
reset() method sets USBHS_DEVCTRL to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for USBHS_DEVCTRL_SPEC
write(|w| ..) method takes usbhs_devctrl::W writer structure
impl Writable for USBHS_DEVCTRL_SPEC
write(|w| ..) method takes usbhs_devctrl::W writer structure
Auto Trait Implementations§
impl Freeze for USBHS_DEVCTRL_SPEC
impl RefUnwindSafe for USBHS_DEVCTRL_SPEC
impl Send for USBHS_DEVCTRL_SPEC
impl Sync for USBHS_DEVCTRL_SPEC
impl Unpin for USBHS_DEVCTRL_SPEC
impl UnwindSafe for USBHS_DEVCTRL_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