[][src]Struct stm32f3::stm32f303::tim1::ccmr3_output::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 oc5fe(&self) -> OC5FER
[src]

Bit 2 - Output compare 5 fast enable

pub fn oc5pe(&self) -> OC5PER
[src]

Bit 3 - Output compare 5 preload enable

pub fn oc5m(&self) -> OC5MR
[src]

Bits 4:6 - Output compare 5 mode

pub fn oc5ce(&self) -> OC5CER
[src]

Bit 7 - Output compare 5 clear enable

pub fn oc6fe(&self) -> OC6FER
[src]

Bit 10 - Output compare 6 fast enable

pub fn oc6pe(&self) -> OC6PER
[src]

Bit 11 - Output compare 6 preload enable

pub fn oc6m(&self) -> OC6MR
[src]

Bits 12:14 - Output compare 6 mode

pub fn oc6ce(&self) -> OC6CER
[src]

Bit 15 - Output compare 6 clear enable

pub fn oc5m_3(&self) -> OC5M_3R
[src]

Bit 16 - Outout Compare 5 mode bit 3

pub fn oc6m_3(&self) -> OC6M_3R
[src]

Bit 24 - Outout Compare 6 mode bit 3

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]