Struct xmc1000::bccu0_ch0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ints: INTS, pub int: INT, pub chconfig: CHCONFIG, pub pkcmp: PKCMP, pub pkcntr: PKCNTR, }

Register block

Fields

0x00 - Channel Intensit0 Shadow

0x04 - Channel Intensit0

0x08 - Channel Configuration

0x0c - Packer Compare

0x10 - Packer Counter

Auto Trait Implementations