[][src]Struct lpc55s6x_pac::ostimer::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub evtimerl: EVTIMERL,
    pub evtimerh: EVTIMERH,
    pub capturen_l: CAPTUREN_L,
    pub capturen_h: CAPTUREN_H,
    pub matchn_l: MATCHN_L,
    pub matchn_h: MATCHN_H,
    pub osevent_ctrl: OSEVENT_CTRL,
    // some fields omitted
}

Register block

Fields

evtimerl: EVTIMERL

0x00 - EVTIMER Low Register

evtimerh: EVTIMERH

0x04 - EVTIMER High Register

capturen_l: CAPTUREN_L

0x08 - Local Capture Low Register for CPUn

capturen_h: CAPTUREN_H

0x0c - Local Capture High Register for CPUn

matchn_l: MATCHN_L

0x10 - Local Match Low Register for CPUn

matchn_h: MATCHN_H

0x14 - Match High Register for CPUn

osevent_ctrl: OSEVENT_CTRL

0x1c - OS_EVENT TIMER Control Register for CPUn

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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]

impl<T> Same<T> for T

type Output = T

Should always be Self