Struct mkw41z::tpm0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sc: SC, pub cnt: CNT, pub mod_: MOD, pub c0sc: CSC, pub c0v: CV, pub c1sc: CSC, pub c1v: CV, pub c2sc: CSC, pub c2v: CV, pub c3sc: CSC, pub c3v: CV, pub status: STATUS, pub combine: COMBINE, pub pol: POL, pub filter: FILTER, pub qdctrl: QDCTRL, pub conf: CONF, // some fields omitted }

Register block

Fields

0x00 - Status and Control

0x04 - Counter

0x08 - Modulo

0x0c - Channel (n) Status and Control

0x10 - Channel (n) Value

0x14 - Channel (n) Status and Control

0x18 - Channel (n) Value

0x1c - Channel (n) Status and Control

0x20 - Channel (n) Value

0x24 - Channel (n) Status and Control

0x28 - Channel (n) Value

0x50 - Capture and Compare Status

0x64 - Combine Channel Register

0x70 - Channel Polarity

0x78 - Filter Control

0x80 - Quadrature Decoder Control and Status

0x84 - Configuration

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock