[][src]Struct atsams70j20::pwm0::PWM_CH_NUM

#[repr(C)]
pub struct PWM_CH_NUM {
    pub pwm_cmr: PWM_CMR,
    pub pwm_cdty: PWM_CDTY,
    pub pwm_cdtyupd: PWM_CDTYUPD,
    pub pwm_cprd: PWM_CPRD,
    pub pwm_cprdupd: PWM_CPRDUPD,
    pub pwm_ccnt: PWM_CCNT,
    pub pwm_dt: PWM_DT,
    pub pwm_dtupd: PWM_DTUPD,
}

Register block

Fields

pwm_cmr: PWM_CMR

0x00 - PWM Channel Mode Register (ch_num = 0)

pwm_cdty: PWM_CDTY

0x04 - PWM Channel Duty Cycle Register (ch_num = 0)

pwm_cdtyupd: PWM_CDTYUPD

0x08 - PWM Channel Duty Cycle Update Register (ch_num = 0)

pwm_cprd: PWM_CPRD

0x0c - PWM Channel Period Register (ch_num = 0)

pwm_cprdupd: PWM_CPRDUPD

0x10 - PWM Channel Period Update Register (ch_num = 0)

pwm_ccnt: PWM_CCNT

0x14 - PWM Channel Counter Register (ch_num = 0)

pwm_dt: PWM_DT

0x18 - PWM Channel Dead Time Register (ch_num = 0)

pwm_dtupd: PWM_DTUPD

0x1c - PWM Channel Dead Time Update Register (ch_num = 0)

Auto Trait Implementations

impl Unpin for PWM_CH_NUM

impl !Sync for PWM_CH_NUM

impl Send for PWM_CH_NUM

Blanket Implementations

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

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self