Struct atsam4lc8c::hcache::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub sr: SR, pub maint0: MAINT0, pub maint1: MAINT1, pub mcfg: MCFG, pub men: MEN, pub mctrl: MCTRL, pub msr: MSR, pub version: VERSION, // some fields omitted }

Register block

Fields

0x08 - Control Register

0x0c - Status Register

0x20 - Maintenance Register 0

0x24 - Maintenance Register 1

0x28 - Monitor Configuration Register

0x2c - Monitor Enable Register

0x30 - Monitor Control Register

0x34 - Monitor Status Register

0xfc - Version Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock