#[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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.