Struct avr_device::attiny841::tocpm::tocpmcoe::R [−][src]
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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<TOCPMCOE_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<TOCPMCOE_SPEC>> for R
[src]
fn from(reader: R<TOCPMCOE_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,