#[repr(C)]pub struct OHCI_FRAME_COUNTER_PARTITION {
pub hc_fm_interval: HC_FM_INTERVAL,
pub hc_fm_remaining: HC_FM_REMAINING,
pub hc_fm_number: HC_FM_NUMBER,
pub hc_periodic_start: HC_PERIODIC_START,
pub hc_ls_threshold: HC_LS_THRESHOLD,
}
Expand description
Register block
Fields§
§hc_fm_interval: HC_FM_INTERVAL
0x00 - OHCI Frame Interval Register
hc_fm_remaining: HC_FM_REMAINING
0x04 - OHCI Frame Remaining Register
hc_fm_number: HC_FM_NUMBER
0x08 - OHCI Frame Number Register
hc_periodic_start: HC_PERIODIC_START
0x0c - OHCI Periodic Start Register
hc_ls_threshold: HC_LS_THRESHOLD
0x10 - OHCI LS Threshold Register
Auto Trait Implementations§
impl !Freeze for OHCI_FRAME_COUNTER_PARTITION
impl !RefUnwindSafe for OHCI_FRAME_COUNTER_PARTITION
impl Send for OHCI_FRAME_COUNTER_PARTITION
impl !Sync for OHCI_FRAME_COUNTER_PARTITION
impl Unpin for OHCI_FRAME_COUNTER_PARTITION
impl UnwindSafe for OHCI_FRAME_COUNTER_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