Enum svd_rs::register::Register[][src]

pub enum Register {
    Single(RegisterInfo),
    Array(RegisterInfoDimElement),
}
Expand description

A single register or array of registers. A register is a named, programmable resource that belongs to a peripheral.

Variants

Single(RegisterInfo)

A single register.

Tuple Fields of Single

0: RegisterInfo

An array of registers.

Tuple Fields of Array

0: RegisterInfo1: DimElement

Methods from Deref<Target = RegisterInfo>

Modify an existing RegisterInfo based on a builder.

Validate the RegisterInfo

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.