[][src]Struct sam3x8e::pwm::fpv::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 fpvh0(&self) -> FPVH0R[src]

Bit 0 - Fault Protection Value for PWMH output on channel 0

pub fn fpvh1(&self) -> FPVH1R[src]

Bit 1 - Fault Protection Value for PWMH output on channel 1

pub fn fpvh2(&self) -> FPVH2R[src]

Bit 2 - Fault Protection Value for PWMH output on channel 2

pub fn fpvh3(&self) -> FPVH3R[src]

Bit 3 - Fault Protection Value for PWMH output on channel 3

pub fn fpvh4(&self) -> FPVH4R[src]

Bit 4 - Fault Protection Value for PWMH output on channel 4

pub fn fpvh5(&self) -> FPVH5R[src]

Bit 5 - Fault Protection Value for PWMH output on channel 5

pub fn fpvh6(&self) -> FPVH6R[src]

Bit 6 - Fault Protection Value for PWMH output on channel 6

pub fn fpvh7(&self) -> FPVH7R[src]

Bit 7 - Fault Protection Value for PWMH output on channel 7

pub fn fpvl0(&self) -> FPVL0R[src]

Bit 16 - Fault Protection Value for PWML output on channel 0

pub fn fpvl1(&self) -> FPVL1R[src]

Bit 17 - Fault Protection Value for PWML output on channel 1

pub fn fpvl2(&self) -> FPVL2R[src]

Bit 18 - Fault Protection Value for PWML output on channel 2

pub fn fpvl3(&self) -> FPVL3R[src]

Bit 19 - Fault Protection Value for PWML output on channel 3

pub fn fpvl4(&self) -> FPVL4R[src]

Bit 20 - Fault Protection Value for PWML output on channel 4

pub fn fpvl5(&self) -> FPVL5R[src]

Bit 21 - Fault Protection Value for PWML output on channel 5

pub fn fpvl6(&self) -> FPVL6R[src]

Bit 22 - Fault Protection Value for PWML output on channel 6

pub fn fpvl7(&self) -> FPVL7R[src]

Bit 23 - Fault Protection Value for PWML output on 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]