[][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

0x04 - 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> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]