[][src]Struct fomu_pac::ctrl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub reset: RESET,
    pub scratch3: SCRATCH3,
    pub scratch2: SCRATCH2,
    pub scratch1: SCRATCH1,
    pub scratch0: SCRATCH0,
    pub bus_errors3: BUS_ERRORS3,
    pub bus_errors2: BUS_ERRORS2,
    pub bus_errors1: BUS_ERRORS1,
    pub bus_errors0: BUS_ERRORS0,
    // some fields omitted
}

Register block

Fields

reset: RESET

0x00 -

scratch3: SCRATCH3

0x04 - Bits 24-31 of CTRL_SCRATCH.

scratch2: SCRATCH2

0x08 - Bits 16-23 of CTRL_SCRATCH.

scratch1: SCRATCH1

0x0c - Bits 8-15 of CTRL_SCRATCH.

scratch0: SCRATCH0

0x10 - Bits 0-7 of CTRL_SCRATCH.

bus_errors3: BUS_ERRORS3

0x14 - Bits 24-31 of CTRL_BUS_ERRORS.

bus_errors2: BUS_ERRORS2

0x18 - Bits 16-23 of CTRL_BUS_ERRORS.

bus_errors1: BUS_ERRORS1

0x1c - Bits 8-15 of CTRL_BUS_ERRORS.

bus_errors0: BUS_ERRORS0

0x20 - Bits 0-7 of CTRL_BUS_ERRORS.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.