Struct tock_registers::registers::ReadOnly[][src]

#[repr(transparent)]
pub struct ReadOnly<T: UIntLike, R: RegisterLongName = ()> { /* fields omitted */ }
Expand description

Read-only registers.

For accessing the register contents the Readable trait is implemented.

Trait Implementations

Get the raw register value

Read the value of the given field

Set the raw register value

Make a local copy of the register

Check if one or more bits in a field are set

Check if any specified parts of a field match

Check if all specified parts of a field match

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

Performs the conversion.

Performs the conversion.

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.