[][src]Struct sam3x8e::pwm::os::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 osh0(&self) -> OSH0R[src]

Bit 0 - Output Selection for PWMH output of the channel 0

pub fn osh1(&self) -> OSH1R[src]

Bit 1 - Output Selection for PWMH output of the channel 1

pub fn osh2(&self) -> OSH2R[src]

Bit 2 - Output Selection for PWMH output of the channel 2

pub fn osh3(&self) -> OSH3R[src]

Bit 3 - Output Selection for PWMH output of the channel 3

pub fn osh4(&self) -> OSH4R[src]

Bit 4 - Output Selection for PWMH output of the channel 4

pub fn osh5(&self) -> OSH5R[src]

Bit 5 - Output Selection for PWMH output of the channel 5

pub fn osh6(&self) -> OSH6R[src]

Bit 6 - Output Selection for PWMH output of the channel 6

pub fn osh7(&self) -> OSH7R[src]

Bit 7 - Output Selection for PWMH output of the channel 7

pub fn osl0(&self) -> OSL0R[src]

Bit 16 - Output Selection for PWML output of the channel 0

pub fn osl1(&self) -> OSL1R[src]

Bit 17 - Output Selection for PWML output of the channel 1

pub fn osl2(&self) -> OSL2R[src]

Bit 18 - Output Selection for PWML output of the channel 2

pub fn osl3(&self) -> OSL3R[src]

Bit 19 - Output Selection for PWML output of the channel 3

pub fn osl4(&self) -> OSL4R[src]

Bit 20 - Output Selection for PWML output of the channel 4

pub fn osl5(&self) -> OSL5R[src]

Bit 21 - Output Selection for PWML output of the channel 5

pub fn osl6(&self) -> OSL6R[src]

Bit 22 - Output Selection for PWML output of the channel 6

pub fn osl7(&self) -> OSL7R[src]

Bit 23 - Output Selection for PWML output of the channel 7

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]