#[repr(C)]pub struct HOST_PIPE {
pub pcfg: Reg<PCFG_SPEC>,
pub binterval: Reg<BINTERVAL_SPEC>,
pub pstatusclr: Reg<PSTATUSCLR_SPEC>,
pub pstatusset: Reg<PSTATUSSET_SPEC>,
pub pstatus: Reg<PSTATUS_SPEC>,
pub pintflag: Reg<PINTFLAG_SPEC>,
pub pintenclr: Reg<PINTENCLR_SPEC>,
pub pintenset: Reg<PINTENSET_SPEC>,
/* private fields */
}
Expand description
Register block
Fields
pcfg: Reg<PCFG_SPEC>
0x00 - HOST_PIPE End Point Configuration
binterval: Reg<BINTERVAL_SPEC>
0x03 - HOST_PIPE Bus Access Period of Pipe
pstatusclr: Reg<PSTATUSCLR_SPEC>
0x04 - HOST_PIPE End Point Pipe Status Clear
pstatusset: Reg<PSTATUSSET_SPEC>
0x05 - HOST_PIPE End Point Pipe Status Set
pstatus: Reg<PSTATUS_SPEC>
0x06 - HOST_PIPE End Point Pipe Status
pintflag: Reg<PINTFLAG_SPEC>
0x07 - HOST_PIPE Pipe Interrupt Flag
pintenclr: Reg<PINTENCLR_SPEC>
0x08 - HOST_PIPE Pipe Interrupt Flag Clear
pintenset: Reg<PINTENSET_SPEC>
0x09 - HOST_PIPE Pipe Interrupt Flag Set
Auto Trait Implementations
impl !RefUnwindSafe for HOST_PIPE
impl Send for HOST_PIPE
impl !Sync for HOST_PIPE
impl Unpin for HOST_PIPE
impl UnwindSafe for HOST_PIPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more