[][src]Struct msp430fr2355::p6::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub p6in: P6IN,
    pub p6out: P6OUT,
    pub p6dir: P6DIR,
    pub p6ren: P6REN,
    pub p6sel0: P6SEL0,
    pub p6sel1: P6SEL1,
    pub p6selc: P6SELC,
    // some fields omitted
}

Register block

Fields

p6in: P6IN

0x01 - Port 6 Input

p6out: P6OUT

0x03 - Port 6 Output

p6dir: P6DIR

0x05 - Port 6 Direction

p6ren: P6REN

0x07 - Port 6 Resistor Enable

p6sel0: P6SEL0

0x0b - Port 6 Select 0

p6sel1: P6SEL1

0x0d - Port 6 Select 1

p6selc: P6SELC

0x17 - Port 6 Complement Select

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]