Struct stm32l0x2::crs::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: CR, pub cfgr: CFGR, pub isr: ISR, pub icr: ICR, }

Register block

Fields

0x00 - control register

0x04 - configuration register

0x08 - interrupt and status register

0x0c - interrupt flag clear register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock