[][src]Struct sam3x8e::pwm::scm::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 sync0(&self) -> SYNC0R[src]

Bit 0 - Synchronous Channel 0

pub fn sync1(&self) -> SYNC1R[src]

Bit 1 - Synchronous Channel 1

pub fn sync2(&self) -> SYNC2R[src]

Bit 2 - Synchronous Channel 2

pub fn sync3(&self) -> SYNC3R[src]

Bit 3 - Synchronous Channel 3

pub fn sync4(&self) -> SYNC4R[src]

Bit 4 - Synchronous Channel 4

pub fn sync5(&self) -> SYNC5R[src]

Bit 5 - Synchronous Channel 5

pub fn sync6(&self) -> SYNC6R[src]

Bit 6 - Synchronous Channel 6

pub fn sync7(&self) -> SYNC7R[src]

Bit 7 - Synchronous Channel 7

pub fn updm(&self) -> UPDMR[src]

Bits 16:17 - Synchronous Channels Update Mode

pub fn ptrm(&self) -> PTRMR[src]

Bit 20 - PDC Transfer Request Mode

pub fn ptrcs(&self) -> PTRCSR[src]

Bits 21:23 - PDC Transfer Request Comparison Selection

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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