Struct xmc4200::dlr::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ovrstat: OVRSTAT, pub ovrclr: OVRCLR, pub srsel0: SRSEL0, pub lnen: LNEN, // some fields omitted }

Register block

Fields

0x00 - Overrun Status

0x04 - Overrun Clear

0x08 - Service Request Selection 0

0x10 - Line Enable

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock