#[repr(C)]pub struct OHCI_CONTROL_STATUS_PARTITION {
pub hc_control: HC_CONTROL,
pub hc_command_status: HC_COMMAND_STATUS,
pub hc_interrupt_status: HC_INTERRUPT_STATUS,
pub hc_interrupt_enable: HC_INTERRUPT_ENABLE,
pub hc_interrupt_disable: HC_INTERRUPT_DISABLE,
}
Expand description
Register block
Fields§
§hc_control: HC_CONTROL
0x00 - OHCI Control Register
hc_command_status: HC_COMMAND_STATUS
0x04 - OHCI Command Status Register
hc_interrupt_status: HC_INTERRUPT_STATUS
0x08 - OHCI Interrupt Status Register
hc_interrupt_enable: HC_INTERRUPT_ENABLE
0x0c - OHCI Interrupt Enable Register
hc_interrupt_disable: HC_INTERRUPT_DISABLE
0x10 - OHCI Interrupt Disable Register
Auto Trait Implementations§
impl !Freeze for OHCI_CONTROL_STATUS_PARTITION
impl !RefUnwindSafe for OHCI_CONTROL_STATUS_PARTITION
impl Send for OHCI_CONTROL_STATUS_PARTITION
impl !Sync for OHCI_CONTROL_STATUS_PARTITION
impl Unpin for OHCI_CONTROL_STATUS_PARTITION
impl UnwindSafe for OHCI_CONTROL_STATUS_PARTITION
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