Struct ruduino::cores::atmega48p::HIGH[][src]

pub struct HIGH;

Implementations

impl HIGH[src]

pub const RSTDISBL: RegisterBits<Self>[src]

pub const RSTDISBL0: RegisterBits<Self>[src]

pub const DWEN: RegisterBits<Self>[src]

pub const DWEN0: RegisterBits<Self>[src]

pub const SPIEN: RegisterBits<Self>[src]

pub const SPIEN0: RegisterBits<Self>[src]

pub const WDTON: RegisterBits<Self>[src]

pub const WDTON0: RegisterBits<Self>[src]

pub const EESAVE: RegisterBits<Self>[src]

pub const EESAVE0: RegisterBits<Self>[src]

pub const BODLEVEL: RegisterBits<Self>[src]

pub const BODLEVEL0: RegisterBits<Self>[src]

pub const BODLEVEL1: RegisterBits<Self>[src]

pub const BODLEVEL2: RegisterBits<Self>[src]

Trait Implementations

impl Register for HIGH[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for HIGH[src]

impl Sync for HIGH[src]

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