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

pub struct SREG;

Implementations

impl SREG[src]

pub const I: RegisterBits<Self>[src]

pub const I0: RegisterBits<Self>[src]

pub const T: RegisterBits<Self>[src]

pub const T0: RegisterBits<Self>[src]

pub const H: RegisterBits<Self>[src]

pub const H0: RegisterBits<Self>[src]

pub const S: RegisterBits<Self>[src]

pub const S0: RegisterBits<Self>[src]

pub const V: RegisterBits<Self>[src]

pub const V0: RegisterBits<Self>[src]

pub const N: RegisterBits<Self>[src]

pub const N0: RegisterBits<Self>[src]

pub const Z: RegisterBits<Self>[src]

pub const Z0: RegisterBits<Self>[src]

pub const C: RegisterBits<Self>[src]

pub const C0: RegisterBits<Self>[src]

Trait Implementations

impl Register for SREG[src]

type T = u8

The type that can represent the value of the register.

Auto Trait Implementations

impl Send for SREG[src]

impl Sync for SREG[src]

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