[][src]Struct k210_pac::timer0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub channel: [CHANNEL; 4],
    pub intr_stat: INTR_STAT,
    pub eoi: EOI,
    pub raw_intr_stat: RAW_INTR_STAT,
    pub comp_version: COMP_VERSION,
    pub load_count2: [LOAD_COUNT2; 4],
    // some fields omitted
}

Register block

Fields

channel: [CHANNEL; 4]

0x00 - Channel cluster: load_count, current_value, control, eoi and intr_stat registers

intr_stat: INTR_STAT

0xa0 - Interrupt Status Register

eoi: EOI

0xa4 - Interrupt Clear Register

raw_intr_stat: RAW_INTR_STAT

0xa8 - Raw Interrupt Status Register

comp_version: COMP_VERSION

0xac - Component Version Register

load_count2: [LOAD_COUNT2; 4]

0xb0 - Load Count2 Register

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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