[][src]Struct xmc1100::port0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub out: OUT,
    pub omr: OMR,
    pub iocr0: IOCR0,
    pub iocr4: IOCR4,
    pub iocr8: IOCR8,
    pub iocr12: IOCR12,
    pub in_: IN,
    pub phcr0: PHCR0,
    pub phcr1: PHCR1,
    pub pdisc: PDISC,
    pub pps: PPS,
    pub hwsel: HWSEL,
    // some fields omitted
}

Register block

Fields

out: OUT

0x00 - Port 0 Output Register

omr: OMR

0x04 - Port 0 Output Modification Register

iocr0: IOCR0

0x10 - Port 0 Input/Output Control Register 0

iocr4: IOCR4

0x14 - Port 0 Input/Output Control Register 4

iocr8: IOCR8

0x18 - Port 0 Input/Output Control Register 8

iocr12: IOCR12

0x1c - Port 0 Input/Output Control Register 12

in_: IN

0x24 - Port 0 Input Register

phcr0: PHCR0

0x40 - Port 0 Pad Hysteresis Control Register 0

phcr1: PHCR1

0x44 - Port 0 Pad Hysteresis Control Register 1

pdisc: PDISC

0x60 - Port 0 Pin Function Decision Control Register

pps: PPS

0x70 - Port 0 Pin Power Save Register

hwsel: HWSEL

0x74 - Port 0 Pin Hardware Select Register

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> Same<T> for T

type Output = T

Should always be Self

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.