Struct stm32h7x3::cec::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub cec_cr: CEC_CR, pub cec_cfgr: CEC_CFGR, pub cec_txdr: CEC_TXDR, pub cec_rxdr: CEC_RXDR, pub cec_isr: CEC_ISR, pub cec_ier: CEC_IER, }

Register block

Fields

0x00 - CEC control register

0x04 - This register is used to configure the HDMI-CEC controller. It is mandatory to write CEC_CFGR only when CECEN=0.

0x08 - CEC Tx data register

0x0c - CEC Rx Data Register

0x10 - CEC Interrupt and Status Register

0x14 - CEC interrupt enable register