pub struct W(/* private fields */);
Expand description
Register usb_bgr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn usbohci_gating<const O: u8>(&mut self) -> USBOHCI_GATING_W<'_, O>
pub unsafe fn usbohci_gating<const O: u8>(&mut self) -> USBOHCI_GATING_W<'_, O>
USBOHCI Gating Clock
sourcepub fn usbohci0_gating(&mut self) -> USBOHCI_GATING_W<'_, 0>
pub fn usbohci0_gating(&mut self) -> USBOHCI_GATING_W<'_, 0>
Bit 0 - USBOHCI Gating Clock
sourcepub fn usbohci1_gating(&mut self) -> USBOHCI_GATING_W<'_, 1>
pub fn usbohci1_gating(&mut self) -> USBOHCI_GATING_W<'_, 1>
Bit 1 - USBOHCI Gating Clock
sourcepub unsafe fn usbehci_gating<const O: u8>(&mut self) -> USBEHCI_GATING_W<'_, O>
pub unsafe fn usbehci_gating<const O: u8>(&mut self) -> USBEHCI_GATING_W<'_, O>
USBEHCI Gating Clock
sourcepub fn usbehci0_gating(&mut self) -> USBEHCI_GATING_W<'_, 4>
pub fn usbehci0_gating(&mut self) -> USBEHCI_GATING_W<'_, 4>
Bit 4 - USBEHCI Gating Clock
sourcepub fn usbehci1_gating(&mut self) -> USBEHCI_GATING_W<'_, 5>
pub fn usbehci1_gating(&mut self) -> USBEHCI_GATING_W<'_, 5>
Bit 5 - USBEHCI Gating Clock
sourcepub fn usbotg0_gating(&mut self) -> USBOTG0_GATING_W<'_, 8>
pub fn usbotg0_gating(&mut self) -> USBOTG0_GATING_W<'_, 8>
Bit 8 - USBOTG0 Gating Clock
sourcepub unsafe fn usbohci_rst<const O: u8>(&mut self) -> USBOHCI_RST_W<'_, O>
pub unsafe fn usbohci_rst<const O: u8>(&mut self) -> USBOHCI_RST_W<'_, O>
USBOHCI Reset
sourcepub fn usbohci0_rst(&mut self) -> USBOHCI_RST_W<'_, 16>
pub fn usbohci0_rst(&mut self) -> USBOHCI_RST_W<'_, 16>
Bit 16 - USBOHCI Reset
sourcepub fn usbohci1_rst(&mut self) -> USBOHCI_RST_W<'_, 17>
pub fn usbohci1_rst(&mut self) -> USBOHCI_RST_W<'_, 17>
Bit 17 - USBOHCI Reset
sourcepub unsafe fn usbehci_rst<const O: u8>(&mut self) -> USBEHCI_RST_W<'_, O>
pub unsafe fn usbehci_rst<const O: u8>(&mut self) -> USBEHCI_RST_W<'_, O>
USBEHCI Reset
sourcepub fn usbehci0_rst(&mut self) -> USBEHCI_RST_W<'_, 20>
pub fn usbehci0_rst(&mut self) -> USBEHCI_RST_W<'_, 20>
Bit 20 - USBEHCI Reset
sourcepub fn usbehci1_rst(&mut self) -> USBEHCI_RST_W<'_, 21>
pub fn usbehci1_rst(&mut self) -> USBEHCI_RST_W<'_, 21>
Bit 21 - USBEHCI Reset
sourcepub fn usbotg0_rst(&mut self) -> USBOTG0_RST_W<'_, 24>
pub fn usbotg0_rst(&mut self) -> USBOTG0_RST_W<'_, 24>
Bit 24 - USBOTG0 Reset
Methods from Deref<Target = W<USB_BGR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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