Struct xmc4200::port14::RegisterBlock [] [src]

#[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 pdisc: PDISC, pub pps: PPS, pub hwsel: HWSEL, // some fields omitted }

Register block

Fields

0x00 - Port 14 Output Register

0x04 - Port 14 Output Modification Register

0x10 - Port 14 Input/Output Control Register 0

0x14 - Port 14 Input/Output Control Register 4

0x18 - Port 14 Input/Output Control Register 8

0x1c - Port 14 Input/Output Control Register 12

0x24 - Port 14 Input Register

0x60 - Port 14 Pin Function Decision Control Register

0x70 - Port 14 Pin Power Save Register

0x74 - Port 14 Pin Hardware Select Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock