pub struct Usbhs { /* private fields */ }Expand description
USBHS 0
Implementations§
Source§impl Usbhs
impl Usbhs
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Start the USB peripheral.
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop the USB peripheral
Sourcepub const fn publish_sof(self) -> Reg<Publish, RW>
pub const fn publish_sof(self) -> Reg<Publish, RW>
Publish configuration for SOF event.
Trait Implementations§
impl Copy for Usbhs
impl Eq for Usbhs
impl Send for Usbhs
impl StructuralPartialEq for Usbhs
impl Sync for Usbhs
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)