[][src]Struct k22f::pdb0::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub sc: SC,
    pub mod_: MOD,
    pub cnt: CNT,
    pub idly: IDLY,
    pub ch0c1: CHC1,
    pub ch0s: CHS,
    pub ch0dly0: CHDLY0,
    pub ch0dly1: CHDLY1,
    pub ch1c1: CHC1,
    pub ch1s: CHS,
    pub ch1dly0: CHDLY0,
    pub ch1dly1: CHDLY1,
    pub dacintc0: DACINTC,
    pub dacint0: DACINT,
    pub dacintc1: DACINTC,
    pub dacint1: DACINT,
    pub poen: POEN,
    pub podly: [PODLY; 3],
    // some fields omitted
}

Register block

Fields

sc: SC

0x00 - Status and Control register

mod_: MOD

0x04 - Modulus register

cnt: CNT

0x08 - Counter register

idly: IDLY

0x0c - Interrupt Delay register

ch0c1: CHC1

0x10 - Channel n Control register 1

ch0s: CHS

0x14 - Channel n Status register

ch0dly0: CHDLY0

0x18 - Channel n Delay 0 register

ch0dly1: CHDLY1

0x1c - Channel n Delay 1 register

ch1c1: CHC1

0x38 - Channel n Control register 1

ch1s: CHS

0x3c - Channel n Status register

ch1dly0: CHDLY0

0x40 - Channel n Delay 0 register

ch1dly1: CHDLY1

0x44 - Channel n Delay 1 register

dacintc0: DACINTC

0x150 - DAC Interval Trigger n Control register

dacint0: DACINT

0x154 - DAC Interval n register

dacintc1: DACINTC

0x158 - DAC Interval Trigger n Control register

dacint1: DACINT

0x15c - DAC Interval n register

poen: POEN

0x190 - Pulse-Out n Enable register

podly: [PODLY; 3]

0x194 - Pulse-Out n Delay 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.