Struct ruduino::cores::atmega328::ICR1[][src]

pub struct ICR1;

Implementations

impl ICR1[src]

pub const ICR1: RegisterBits<Self>[src]

pub const ICR10: RegisterBits<Self>[src]

pub const ICR11: RegisterBits<Self>[src]

pub const ICR12: RegisterBits<Self>[src]

pub const ICR13: RegisterBits<Self>[src]

pub const ICR14: RegisterBits<Self>[src]

pub const ICR15: RegisterBits<Self>[src]

pub const ICR16: RegisterBits<Self>[src]

pub const ICR17: RegisterBits<Self>[src]

pub const ICR18: RegisterBits<Self>[src]

pub const ICR19: RegisterBits<Self>[src]

pub const ICR110: RegisterBits<Self>[src]

pub const ICR111: RegisterBits<Self>[src]

pub const ICR112: RegisterBits<Self>[src]

pub const ICR113: RegisterBits<Self>[src]

pub const ICR114: RegisterBits<Self>[src]

Trait Implementations

impl Register for ICR1[src]

type T = u16

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for ICR1[src]

impl Sync for ICR1[src]

impl Unpin for ICR1[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.