Struct stm32f1::stm32f100::cec::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cfgr: CFGR, pub oar: OAR, pub pres: PRES, pub esr: ESR, pub csr: CSR, pub txd: TXD, pub rxd: RXD, }

Register block

Fields

0x00 - configuration register

0x04 - CEC own address register

0x08 - Rx Data Register

0x0c - CEC error status register

0x10 - CEC control and status register

0x14 - CEC Tx data register

0x18 - CEC Rx data register

Auto Trait Implementations