[][src]Struct k210_pac::timer0::CHANNEL

#[repr(C)]
pub struct CHANNEL {
    pub load_count: LOAD_COUNT,
    pub current_value: CURRENT_VALUE,
    pub control: CONTROL,
    pub eoi: EOI,
    pub intr_stat: INTR_STAT,
}

Register block

Fields

load_count: LOAD_COUNT

0x00 - Load Count Register

current_value: CURRENT_VALUE

0x04 - Current Value Register

control: CONTROL

0x08 - Control Register

eoi: EOI

0x0c - Interrupt Clear Register

intr_stat: INTR_STAT

0x10 - Interrupt Status Register

Auto Trait Implementations

impl Unpin for CHANNEL

impl Send for CHANNEL

impl !Sync for CHANNEL

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]