pub struct R(_);
Expand description

Register PRICTRL0 reader

Implementations

Bits 0:4 - Level 0 Channel Priority Number

Bits 5:6 - Level 0 Quality of Service

Bit 7 - Level 0 Round-Robin Scheduling Enable

Bits 8:12 - Level 1 Channel Priority Number

Bits 13:14 - Level 1 Quality of Service

Bit 15 - Level 1 Round-Robin Scheduling Enable

Bits 16:20 - Level 2 Channel Priority Number

Bits 21:22 - Level 2 Quality of Service

Bit 23 - Level 2 Round-Robin Scheduling Enable

Bits 24:28 - Level 3 Channel Priority Number

Bits 29:30 - Level 3 Quality of Service

Bit 31 - Level 3 Round-Robin Scheduling Enable

Methods from Deref<Target = R<PRICTRL0_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Converts to this type from the input type.

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.