Struct mk20d7::ewm::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub serv: SERV, pub cmpl: CMPL, pub cmph: CMPH, }

Register block

Fields

0x00 - Control Register

0x01 - Service Register

0x02 - Compare Low Register

0x03 - Compare High Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock