Trait kernel::reg::RegisterSpec

source ·
pub trait RegisterSpec {
    type Bits: RegisterBits;
}

Required Associated Types§

source

type Bits: RegisterBits

The type of the raw value of the register.

Implementations on Foreign Types§

source§

impl RegisterSpec for u16

§

type Bits = u16

source§

impl RegisterSpec for u64

§

type Bits = u64

source§

impl RegisterSpec for u32

§

type Bits = u32

source§

impl RegisterSpec for u8

§

type Bits = u8

Implementors§