[][src]Struct sam3x8e::pwm::fpv::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn fpvh0(&mut self) -> _FPVH0W[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 23 - Fault Protection Value for PWML output on channel 7

Auto Trait Implementations

impl Send for W

impl Sync for W

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]