Module hdmi_cec

Source
Expand description

HDMI-CEC

Modules§

cfgr
This register is used to configure the HDMI-CEC controller. It is mandatory to write CEC_CFGR only when CECEN=0.
cr
CEC control register
ier
CEC interrupt enable register
isr
CEC Interrupt and Status Register
rxdr
CEC Rx Data Register
txdr
CEC Tx data register

Structs§

RegisterBlock
Register block

Type Aliases§

CFGR
CFGR (rw) register accessor: This register is used to configure the HDMI-CEC controller. It is mandatory to write CEC_CFGR only when CECEN=0.
CR
CR (rw) register accessor: CEC control register
IER
IER (rw) register accessor: CEC interrupt enable register
ISR
ISR (rw) register accessor: CEC Interrupt and Status Register
RXDR
RXDR (r) register accessor: CEC Rx Data Register
TXDR
TXDR (w) register accessor: CEC Tx data register