Struct avr_device::attiny841::tocpm::tocpmcoe::R[][src]

pub struct R(_);

Register TOCPMCOE reader

Implementations

impl R[src]

pub fn tocc0oe(&self) -> TOCC0OE_R[src]

Bit 0 - Timer Output Compare Channel 0 Output Enable

pub fn tocc1oe(&self) -> TOCC1OE_R[src]

Bit 1 - Timer Output Compare Channel 1 Output Enable

pub fn tocc2oe(&self) -> TOCC2OE_R[src]

Bit 2 - Timer Output Compare Channel 2 Output Enable

pub fn tocc3oe(&self) -> TOCC3OE_R[src]

Bit 3 - Timer Output Compare Channel 3 Output Enable

pub fn tocc4oe(&self) -> TOCC4OE_R[src]

Bit 4 - Timer Output Compare Channel 4 Output Enable

pub fn tocc5oe(&self) -> TOCC5OE_R[src]

Bit 5 - Timer Output Compare Channel 5 Output Enable

pub fn tocc6oe(&self) -> TOCC6OE_R[src]

Bit 6 - Timer Output Compare Channel 6 Output Enable

pub fn tocc7oe(&self) -> TOCC7OE_R[src]

Bit 7 - Timer Output Compare Channel 7 Output Enable

Methods from Deref<Target = R<TOCPMCOE_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<TOCPMCOE_SPEC>

The resulting type after dereferencing.

impl From<R<TOCPMCOE_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R[src]

impl Sync for R[src]

impl Unpin for R[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

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

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