[][src]Struct atsams70n20::pwm0::pwm_fpv1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 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

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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