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

pub struct DIDR0;

Implementations

impl DIDR0[src]

pub const ADC5D: RegisterBits<Self>[src]

pub const ADC5D0: RegisterBits<Self>[src]

pub const ADC4D: RegisterBits<Self>[src]

pub const ADC4D0: RegisterBits<Self>[src]

pub const ADC3D: RegisterBits<Self>[src]

pub const ADC3D0: RegisterBits<Self>[src]

pub const ADC2D: RegisterBits<Self>[src]

pub const ADC2D0: RegisterBits<Self>[src]

pub const ADC1D: RegisterBits<Self>[src]

pub const ADC1D0: RegisterBits<Self>[src]

pub const ADC0D: RegisterBits<Self>[src]

pub const ADC0D0: RegisterBits<Self>[src]

Trait Implementations

impl Register for DIDR0[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for DIDR0[src]

impl Sync for DIDR0[src]

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