[−][src]Struct avr_device::atmega1280::tc1::timsk1::R
Register TIMSK1 reader
Implementations
impl R[src]
pub fn toie1(&self) -> TOIE1_R[src]
Bit 0 - Timer/Counter1 Overflow Interrupt Enable
pub fn ocie1a(&self) -> OCIE1A_R[src]
Bit 1 - Timer/Counter1 Output Compare A Match Interrupt Enable
pub fn ocie1b(&self) -> OCIE1B_R[src]
Bit 2 - Timer/Counter1 Output Compare B Match Interrupt Enable
pub fn ocie1c(&self) -> OCIE1C_R[src]
Bit 3 - Timer/Counter1 Output Compare C Match Interrupt Enable
pub fn icie1(&self) -> ICIE1_R[src]
Bit 5 - Timer/Counter1 Input Capture Interrupt Enable
Methods from Deref<Target = R<TIMSK1_SPEC>>
Trait Implementations
impl Deref for R[src]
type Target = R<TIMSK1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl From<R<TIMSK1_SPEC>> for R[src]
fn from(reader: R<TIMSK1_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>,