Struct lpc13xx::fmc::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub flashcfg: FLASHCFG, pub fmsstart: FMSSTART, pub fmsstop: FMSSTOP, pub fmsw0: FMSW0, pub fmsw1: FMSW1, pub fmsw2: FMSW2, pub fmsw3: FMSW3, pub fmstat: FMSTAT, pub fmstatclr: FMSTATCLR, // some fields omitted }

Register block

Fields

0x10 - Flash configuration register

0x20 - Signature start address register

0x24 - Signature stop-address register

0x2c - Word 0 [31:0]

0x30 - Word 1 [63:32]

0x34 - Word 2 [95:64]

0x38 - Word 3 [127:96]

0xfe0 - Signature generation status register

0xfe8 - Signature generation status clear register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock