[][src]Struct sam3x8e::pwm::oov::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 oovh0(&mut self) -> _OOVH0W[src]

Bit 0 - Output Override Value for PWMH output of the channel 0

pub fn oovh1(&mut self) -> _OOVH1W[src]

Bit 1 - Output Override Value for PWMH output of the channel 1

pub fn oovh2(&mut self) -> _OOVH2W[src]

Bit 2 - Output Override Value for PWMH output of the channel 2

pub fn oovh3(&mut self) -> _OOVH3W[src]

Bit 3 - Output Override Value for PWMH output of the channel 3

pub fn oovh4(&mut self) -> _OOVH4W[src]

Bit 4 - Output Override Value for PWMH output of the channel 4

pub fn oovh5(&mut self) -> _OOVH5W[src]

Bit 5 - Output Override Value for PWMH output of the channel 5

pub fn oovh6(&mut self) -> _OOVH6W[src]

Bit 6 - Output Override Value for PWMH output of the channel 6

pub fn oovh7(&mut self) -> _OOVH7W[src]

Bit 7 - Output Override Value for PWMH output of the channel 7

pub fn oovl0(&mut self) -> _OOVL0W[src]

Bit 16 - Output Override Value for PWML output of the channel 0

pub fn oovl1(&mut self) -> _OOVL1W[src]

Bit 17 - Output Override Value for PWML output of the channel 1

pub fn oovl2(&mut self) -> _OOVL2W[src]

Bit 18 - Output Override Value for PWML output of the channel 2

pub fn oovl3(&mut self) -> _OOVL3W[src]

Bit 19 - Output Override Value for PWML output of the channel 3

pub fn oovl4(&mut self) -> _OOVL4W[src]

Bit 20 - Output Override Value for PWML output of the channel 4

pub fn oovl5(&mut self) -> _OOVL5W[src]

Bit 21 - Output Override Value for PWML output of the channel 5

pub fn oovl6(&mut self) -> _OOVL6W[src]

Bit 22 - Output Override Value for PWML output of the channel 6

pub fn oovl7(&mut self) -> _OOVL7W[src]

Bit 23 - Output Override Value for PWML output of the 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]