Struct stm32h743::pf::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub clidr: CLIDR, pub ctr: CTR, pub ccsidr: CCSIDR, }

Register block

Fields

0x00 - Cache Level ID register

0x04 - Cache Type register

0x08 - Cache Size ID register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock