#[repr(C)]pub struct HC { /* private fields */ }
Expand description
Host channel
Implementations§
Source§impl HC
impl HC
Sourcepub const fn char(&self) -> &Reg<CHARrs>
pub const fn char(&self) -> &Reg<CHARrs>
0x00 - OTG_FS host channel-0 characteristics register (OTG_FS_HCCHAR0)
Sourcepub const fn int(&self) -> &Reg<INTrs>
pub const fn int(&self) -> &Reg<INTrs>
0x08 - OTG_FS host channel-0 interrupt register (OTG_FS_HCINT0)
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HC
impl !RefUnwindSafe for HC
impl Send for HC
impl !Sync for HC
impl Unpin for HC
impl UnwindSafe for HC
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