[][src]Struct msp430g2553::special_function::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ie1: IE1,
    pub ie2: IE2,
    pub ifg1: IFG1,
    pub ifg2: IFG2,
}

Register block

Fields

ie1: IE1

0x00 - Interrupt Enable 1

ie2: IE2

0x01 - Interrupt Enable 2

ifg1: IFG1

0x02 - Interrupt Flag 1

ifg2: IFG2

0x03 - Interrupt Flag 2

Auto Trait Implementations

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.