pub struct R(_);
Expand description

Register INTSTAT reader

Implementations

Bit 0 - Interrupt status register bit for the Control EP0 OUT direction.

Bit 1 - Interrupt status register bit for the Control EP0 IN direction.

Bit 2 - Interrupt status register bit for the EP1 OUT direction.

Bit 3 - Interrupt status register bit for the EP1 IN direction.

Bit 4 - Interrupt status register bit for the EP2 OUT direction.

Bit 5 - Interrupt status register bit for the EP2 IN direction.

Bit 6 - Interrupt status register bit for the EP3 OUT direction.

Bit 7 - Interrupt status register bit for the EP3 IN direction.

Bit 8 - Interrupt status register bit for the EP4 OUT direction.

Bit 9 - Interrupt status register bit for the EP4 IN direction.

Bit 10 - Interrupt status register bit for the EP5 OUT direction.

Bit 11 - Interrupt status register bit for the EP5 IN direction.

Bit 30 - Frame interrupt.

Bit 31 - Device status interrupt.

Methods from Deref<Target = R<INTSTAT_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.