#[repr(C)]
pub struct PWM_CMP { pub cmpv: Reg<CMPV_SPEC>, pub cmpvupd: Reg<CMPVUPD_SPEC>, pub cmpm: Reg<CMPM_SPEC>, pub cmpmupd: Reg<CMPMUPD_SPEC>, }
Expand description

Register block

Fields

cmpv: Reg<CMPV_SPEC>

0x00 - PWM Comparison 0 Value Register

cmpvupd: Reg<CMPVUPD_SPEC>

0x04 - PWM Comparison 0 Value Update Register

cmpm: Reg<CMPM_SPEC>

0x08 - PWM Comparison 0 Mode Register

cmpmupd: Reg<CMPMUPD_SPEC>

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.