Struct ruduino::cores::atmega48pa::PRR[][src]

pub struct PRR;

Implementations

impl PRR[src]

pub const PRTWI: RegisterBits<Self>[src]

pub const PRTWI0: RegisterBits<Self>[src]

pub const PRTIM2: RegisterBits<Self>[src]

pub const PRTIM20: RegisterBits<Self>[src]

pub const PRTIM0: RegisterBits<Self>[src]

pub const PRTIM00: RegisterBits<Self>[src]

pub const PRTIM1: RegisterBits<Self>[src]

pub const PRTIM10: RegisterBits<Self>[src]

pub const PRSPI: RegisterBits<Self>[src]

pub const PRSPI0: RegisterBits<Self>[src]

pub const PRUSART0: RegisterBits<Self>[src]

pub const PRUSART00: RegisterBits<Self>[src]

pub const PRADC: RegisterBits<Self>[src]

pub const PRADC0: RegisterBits<Self>[src]

Trait Implementations

impl Register for PRR[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for PRR[src]

impl Sync for PRR[src]

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