Struct avr::regs::RegisterFile [] [src]

pub struct RegisterFile {
    pub sreg: SReg,
    // some fields omitted
}

The register file.

Fields

Methods

impl RegisterFile
[src]

[src]

[src]

[src]

Gets a register, or None if it doesn't exist.

[src]

Gets a mutable register, or None if it doesn't exist.

[src]

[src]

[src]

[src]

[src]

Checks if a flag is set in SREG.

[src]

[src]

Trait Implementations

impl Clone for RegisterFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RegisterFile
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RegisterFile
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for RegisterFile
[src]