Struct mkw41z::ftfa::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub fstat: FSTAT, pub fcnfg: FCNFG, pub fsec: FSEC, pub fopt: FOPT, pub fccob3: FCCOB, pub fccob2: FCCOB, pub fccob1: FCCOB, pub fccob0: FCCOB, pub fccob7: FCCOB, pub fccob6: FCCOB, pub fccob5: FCCOB, pub fccob4: FCCOB, pub fccobb: FCCOB, pub fccoba: FCCOB, pub fccob9: FCCOB, pub fccob8: FCCOB, pub fprot3: FPROT, pub fprot2: FPROT, pub fprot1: FPROT, pub fprot0: FPROT, pub xacch3: XACC, pub xacch2: XACC, pub xacch1: XACC, pub xacch0: XACC, pub xaccl3: XACC, pub xaccl2: XACC, pub xaccl1: XACC, pub xaccl0: XACC, pub sacch3: SACC, pub sacch2: SACC, pub sacch1: SACC, pub sacch0: SACC, pub saccl3: SACC, pub saccl2: SACC, pub saccl1: SACC, pub saccl0: SACC, pub facss: FACSS, pub facsn: FACSN, // some fields omitted }

Register block

Fields

0x00 - Flash Status Register

0x01 - Flash Configuration Register

0x02 - Flash Security Register

0x03 - Flash Option Register

0x04 - Flash Common Command Object Registers

0x05 - Flash Common Command Object Registers

0x06 - Flash Common Command Object Registers

0x07 - Flash Common Command Object Registers

0x08 - Flash Common Command Object Registers

0x09 - Flash Common Command Object Registers

0x0a - Flash Common Command Object Registers

0x0b - Flash Common Command Object Registers

0x0c - Flash Common Command Object Registers

0x0d - Flash Common Command Object Registers

0x0e - Flash Common Command Object Registers

0x0f - Flash Common Command Object Registers

0x10 - Program Flash Protection Registers

0x11 - Program Flash Protection Registers

0x12 - Program Flash Protection Registers

0x13 - Program Flash Protection Registers

0x18 - Execute-only Access Registers

0x19 - Execute-only Access Registers

0x1a - Execute-only Access Registers

0x1b - Execute-only Access Registers

0x1c - Execute-only Access Registers

0x1d - Execute-only Access Registers

0x1e - Execute-only Access Registers

0x1f - Execute-only Access Registers

0x20 - Supervisor-only Access Registers

0x21 - Supervisor-only Access Registers

0x22 - Supervisor-only Access Registers

0x23 - Supervisor-only Access Registers

0x24 - Supervisor-only Access Registers

0x25 - Supervisor-only Access Registers

0x26 - Supervisor-only Access Registers

0x27 - Supervisor-only Access Registers

0x28 - Flash Access Segment Size Register

0x2b - Flash Access Segment Number Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock