#[repr(C)]
pub struct PWM_CMP { pub pwm_cmpv: Reg<PWM_CMPV_SPEC>, pub pwm_cmpvupd: Reg<PWM_CMPVUPD_SPEC>, pub pwm_cmpm: Reg<PWM_CMPM_SPEC>, pub pwm_cmpmupd: Reg<PWM_CMPMUPD_SPEC>, }
Expand description

Register block

Fields

pwm_cmpv: Reg<PWM_CMPV_SPEC>

0x00 - PWM Comparison 0 Value Register

pwm_cmpvupd: Reg<PWM_CMPVUPD_SPEC>

0x04 - PWM Comparison 0 Value Update Register

pwm_cmpm: Reg<PWM_CMPM_SPEC>

0x08 - PWM Comparison 0 Mode Register

pwm_cmpmupd: Reg<PWM_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.