[][src]Struct lpc54606_pac::rit::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub compval: COMPVAL,
    pub mask: MASK,
    pub ctrl: CTRL,
    pub counter: COUNTER,
    pub compval_h: COMPVAL_H,
    pub mask_h: MASK_H,
    pub counter_h: COUNTER_H,
    // some fields omitted
}

Register block

Fields

compval: COMPVAL

0x00 - Compare value LSB register

mask: MASK

0x04 - Mask LSB register

ctrl: CTRL

0x08 - Control register

counter: COUNTER

0x0c - Counter LSB register

compval_h: COMPVAL_H

0x10 - Compare value MSB register

mask_h: MASK_H

0x14 - Mask MSB register

counter_h: COUNTER_H

0x1c - Counter MSB register

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> Same<T> for T

type Output = T

Should always be Self

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.