Struct stm32f0x2::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