Struct ruduino::cores::atmega168pa::ACSR[][src]

pub struct ACSR;

Implementations

impl ACSR[src]

pub const ACD: RegisterBits<Self>[src]

pub const ACD0: RegisterBits<Self>[src]

pub const ACBG: RegisterBits<Self>[src]

pub const ACBG0: RegisterBits<Self>[src]

pub const ACO: RegisterBits<Self>[src]

pub const ACO0: RegisterBits<Self>[src]

pub const ACI: RegisterBits<Self>[src]

pub const ACI0: RegisterBits<Self>[src]

pub const ACIE: RegisterBits<Self>[src]

pub const ACIE0: RegisterBits<Self>[src]

pub const ACIC: RegisterBits<Self>[src]

pub const ACIC0: RegisterBits<Self>[src]

pub const ACIS: RegisterBits<Self>[src]

pub const ACIS0: RegisterBits<Self>[src]

pub const ACIS1: RegisterBits<Self>[src]

Trait Implementations

impl Register for ACSR[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for ACSR[src]

impl Sync for ACSR[src]

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