Struct mkw41z::sim::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sopt1: SOPT1, pub sopt2: SOPT2, pub sopt4: SOPT4, pub sopt5: SOPT5, pub sopt7: SOPT7, pub sdid: SDID, pub scgc4: SCGC4, pub scgc5: SCGC5, pub scgc6: SCGC6, pub scgc7: SCGC7, pub clkdiv1: CLKDIV1, pub fcfg1: FCFG1, pub fcfg2: FCFG2, pub uidmh: UIDMH, pub uidml: UIDML, pub uidl: UIDL, pub copc: COPC, pub srvcop: SRVCOP, // some fields omitted }

Register block

Fields

0x00 - System Options Register 1

0x1004 - System Options Register 2

0x100c - System Options Register 4

0x1010 - System Options Register 5

0x1018 - System Options Register 7

0x1024 - System Device Identification Register

0x1034 - System Clock Gating Control Register 4

0x1038 - System Clock Gating Control Register 5

0x103c - System Clock Gating Control Register 6

0x1040 - System Clock Gating Control Register 7

0x1044 - System Clock Divider Register 1

0x104c - Flash Configuration Register 1

0x1050 - Flash Configuration Register 2

0x1058 - Unique Identification Register Mid-High

0x105c - Unique Identification Register Mid Low

0x1060 - Unique Identification Register Low

0x1100 - COP Control Register

0x1104 - Service COP

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock