Struct stm32f7x2::fpu_cpacr::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cpacr: CPACR, }

Register block

Fields

0x00 - Coprocessor access control register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock