Struct stm32f042::comp::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub csr: CSR, }

Register block

Fields

0x00 - control and status register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock