pub struct Hc { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Hc
impl Hc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn char(self) -> Reg<Char, RW>
pub const fn char(self) -> Reg<Char, RW>
Description cluster: Host Channel Characteristics Register
Sourcepub const fn intmsk(self) -> Reg<Intmsk, RW>
pub const fn intmsk(self) -> Reg<Intmsk, RW>
Description cluster: Host Channel Interrupt Mask Register
Trait Implementations§
impl Copy for Hc
impl Eq for Hc
impl Send for Hc
impl StructuralPartialEq for Hc
impl Sync for Hc
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