pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn ehci_capability(&self) -> &EHCI_CAPABILITY
pub const fn ehci_capability(&self) -> &EHCI_CAPABILITY
0x00..0x10 - EHCI Capability Register
Sourcepub const fn ehci_operational(&self) -> &EHCI_OPERATIONAL
pub const fn ehci_operational(&self) -> &EHCI_OPERATIONAL
0x10..0x58 - EHCI Operational Register
Sourcepub const fn ohci_control_status_partition(
&self,
) -> &OHCI_CONTROL_STATUS_PARTITION
pub const fn ohci_control_status_partition( &self, ) -> &OHCI_CONTROL_STATUS_PARTITION
0x404..0x418 - OHCI Control and Status Partition Register
Sourcepub const fn ohci_memory_pointer_partition(
&self,
) -> &OHCI_MEMORY_POINTER_PARTITION
pub const fn ohci_memory_pointer_partition( &self, ) -> &OHCI_MEMORY_POINTER_PARTITION
0x418..0x434 - OHCI Memory Pointer Partition Register
Sourcepub const fn ohci_frame_counter_partition(
&self,
) -> &OHCI_FRAME_COUNTER_PARTITION
pub const fn ohci_frame_counter_partition( &self, ) -> &OHCI_FRAME_COUNTER_PARTITION
0x434..0x448 - OHCI Frame Counter Partition Register
Sourcepub const fn ohci_root_hub_partition(&self) -> &OHCI_ROOT_HUB_PARTITION
pub const fn ohci_root_hub_partition(&self) -> &OHCI_ROOT_HUB_PARTITION
0x448..0x458 - OHCI Root Hub Partition Register
Sourcepub const fn hci_controller_phy_interface(
&self,
) -> &HCI_CONTROLLER_PHY_INTERFACE
pub const fn hci_controller_phy_interface( &self, ) -> &HCI_CONTROLLER_PHY_INTERFACE
0x800..0x82c - HCI Controller and PHY Interface Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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