[][src]Struct e310x::pwm0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub cfg: CFG,
    pub count: COUNT,
    pub pwms: PWMS,
    pub cmp0: CMP0,
    pub cmp1: CMP1,
    pub cmp2: CMP2,
    pub cmp3: CMP3,
    // some fields omitted
}

Register block

Fields

cfg: CFG

0x00 - PWM Configuration Register

count: COUNT

0x08 - Counter Register

pwms: PWMS

0x10 - Scaled Halfword Counter Register

cmp0: CMP0

0x20 - Compare Register

cmp1: CMP1

0x24 - Compare Register

cmp2: CMP2

0x28 - Compare Register

cmp3: CMP3

0x2c - Compare 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, 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.