Struct stm32ral::stm32h7::peripherals::cec::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR: RWRegister<u32>, pub CFGR: RWRegister<u32>, pub TXDR: WORegister<u32>, pub RXDR: RORegister<u32>, pub ISR: RWRegister<u32>, pub IER: RWRegister<u32>, }

Fields

CR: RWRegister<u32>

CEC control register

CFGR: RWRegister<u32>

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

TXDR: WORegister<u32>

CEC Tx data register

RXDR: RORegister<u32>

CEC Rx Data Register

ISR: RWRegister<u32>

CEC Interrupt and Status Register

IER: RWRegister<u32>

CEC interrupt enable register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.