Struct stm32f7x3::otg_fs_pwrclk::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub otg_fs_pcgcctl: OTG_FS_PCGCCTL, }

Register block

Fields

0x00 - OTG_FS power and clock gating control register (OTG_FS_PCGCCTL)

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock