Struct xmc4200::eru0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub exisel: EXISEL, pub exicon: [EXICON; 4], pub exocon: [EXOCON; 4], // some fields omitted }

Register block

Fields

0x00 - Event Input Select

0x10 - Event Input Control

0x20 - Event Output Trigger Control

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock