[][src]Struct msp432e4::pwm0::_1_ctl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pwm_1_ctl_enable(&self) -> PWM_1_CTL_ENABLER[src]

Bit 0 - PWM Block Enable

pub fn pwm_1_ctl_mode(&self) -> PWM_1_CTL_MODER[src]

Bit 1 - Counter Mode

pub fn pwm_1_ctl_debug(&self) -> PWM_1_CTL_DEBUGR[src]

Bit 2 - Debug Mode

pub fn pwm_1_ctl_loadupd(&self) -> PWM_1_CTL_LOADUPDR[src]

Bit 3 - Load Register Update Mode

pub fn pwm_1_ctl_cmpaupd(&self) -> PWM_1_CTL_CMPAUPDR[src]

Bit 4 - Comparator A Update Mode

pub fn pwm_1_ctl_cmpbupd(&self) -> PWM_1_CTL_CMPBUPDR[src]

Bit 5 - Comparator B Update Mode

pub fn pwm_1_ctl_genaupd(&self) -> PWM_1_CTL_GENAUPDR[src]

Bits 6:7 - PWMnGENA Update Mode

pub fn pwm_1_ctl_genbupd(&self) -> PWM_1_CTL_GENBUPDR[src]

Bits 8:9 - PWMnGENB Update Mode

pub fn pwm_1_ctl_dbctlupd(&self) -> PWM_1_CTL_DBCTLUPDR[src]

Bits 10:11 - PWMnDBCTL Update Mode

pub fn pwm_1_ctl_dbriseupd(&self) -> PWM_1_CTL_DBRISEUPDR[src]

Bits 12:13 - PWMnDBRISE Update Mode

pub fn pwm_1_ctl_dbfallupd(&self) -> PWM_1_CTL_DBFALLUPDR[src]

Bits 14:15 - PWMnDBFALL Update Mode

pub fn pwm_1_ctl_fltsrc(&self) -> PWM_1_CTL_FLTSRCR[src]

Bit 16 - Fault Condition Source

pub fn pwm_1_ctl_minfltper(&self) -> PWM_1_CTL_MINFLTPERR[src]

Bit 17 - Minimum Fault Period

pub fn pwm_1_ctl_latch(&self) -> PWM_1_CTL_LATCHR[src]

Bit 18 - Latch Fault Input

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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