[−][src]Struct avr_device::atmega64::tc2::tccr2::R
Register TCCR2 reader
Implementations
impl R[src]
pub fn cs2(&self) -> CS2_R[src]
Bits 0:2 - Clock Select
pub fn wgm21(&self) -> WGM21_R[src]
Bit 3 - Waveform Generation Mode
pub fn com2(&self) -> COM2_R[src]
Bits 4:5 - Compare Match Output Mode
pub fn wgm20(&self) -> WGM20_R[src]
Bit 6 - Wafeform Generation Mode
pub fn foc2(&self) -> FOC2_R[src]
Bit 7 - Force Output Compare
Methods from Deref<Target = R<TCCR2_SPEC>>
Trait Implementations
impl Deref for R[src]
type Target = R<TCCR2_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl From<R<TCCR2_SPEC>> for R[src]
fn from(reader: R<TCCR2_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,
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.
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>,