Struct mkw41z::tsi0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub gencs: GENCS, pub data: DATA, pub tshd: TSHD, }

Register block

Fields

0x00 - TSI General Control and Status Register

0x04 - TSI DATA Register

0x08 - TSI Threshold Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock