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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn wpcmd(&mut self) -> _WPCMDW[src]

Bits 0:1 - Write Protect Command

pub fn wprg0(&mut self) -> _WPRG0W[src]

Bit 2 - Write Protect Register Group 0

pub fn wprg1(&mut self) -> _WPRG1W[src]

Bit 3 - Write Protect Register Group 1

pub fn wprg2(&mut self) -> _WPRG2W[src]

Bit 4 - Write Protect Register Group 2

pub fn wprg3(&mut self) -> _WPRG3W[src]

Bit 5 - Write Protect Register Group 3

pub fn wprg4(&mut self) -> _WPRG4W[src]

Bit 6 - Write Protect Register Group 4

pub fn wprg5(&mut self) -> _WPRG5W[src]

Bit 7 - Write Protect Register Group 5

pub fn wpkey(&mut self) -> _WPKEYW[src]

Bits 8:31 - Write Protect Key

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]