[][src]Trait mmio::reg::ReadReg

pub trait ReadReg: Reg {
    type Read: From<Self::Val>;
    fn read(&self) -> Self::Read { ... }
}

A readable MMIO register.

Associated Types

type Read: From<Self::Val>

The value type read.

Loading content...

Provided methods

fn read(&self) -> Self::Read

Reads a value.

Loading content...

Implementors

Loading content...