[][src]Struct msp430fr2355::p3::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub p3in: P3IN,
    pub p3out: P3OUT,
    pub p3dir: P3DIR,
    pub p3ren: P3REN,
    pub p3sel0: P3SEL0,
    pub p3sel1: P3SEL1,
    pub p3iv: P3IV,
    pub p3selc: P3SELC,
    pub p3ies: P3IES,
    pub p3ie: P3IE,
    pub p3ifg: P3IFG,
    // some fields omitted
}

Register block

Fields

p3in: P3IN

0x00 - Port 3 Input

p3out: P3OUT

0x02 - Port 3 Output

p3dir: P3DIR

0x04 - Port 3 Direction

p3ren: P3REN

0x06 - Port 3 Resistor Enable

p3sel0: P3SEL0

0x0a - Port 3 Select 0

p3sel1: P3SEL1

0x0c - Port 3 Select 1

p3iv: P3IV

0x0e - Port 3 Interrupt Vector Register

p3selc: P3SELC

0x16 - Port 3 Complement Select

p3ies: P3IES

0x18 - Port 3 Interrupt Edge Select

p3ie: P3IE

0x1a - Port 3 Interrupt Enable

p3ifg: P3IFG

0x1c - Port 3 Interrupt Flag

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.