#[repr(C)]
pub struct PWM_CMP { pub cmpv: CMPV, pub cmpvupd: CMPVUPD, pub cmpm: CMPM, pub cmpmupd: CMPMUPD, }
Expand description

Register block

Fields

cmpv: CMPV

0x00 - PWM Comparison 0 Value Register

cmpvupd: CMPVUPD

0x04 - PWM Comparison 0 Value Update Register

cmpm: CMPM

0x08 - PWM Comparison 0 Mode Register

cmpmupd: CMPMUPD

0x0c - PWM Comparison 0 Mode Update Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.