Struct stm32f0xx::cec::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cr: Cr, pub cfgr: Cfgr, pub txdr: Txdr, pub rxdr: Rxdr, pub isr: Isr, pub ier: Ier, }

Register block

Fields

0x00 - control register

0x04 - configuration register

0x08 - Tx data register

0x0c - Rx Data Register

0x10 - Interrupt and Status Register

0x14 - interrupt enable register