Struct stm32ral::stm32f4::stm32f446::hdmi_cec::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CEC_CR: RWRegister<u32>, pub CEC_CFGR: RWRegister<u32>, pub CEC_TXDR: WORegister<u32>, pub CEC_RXDR: RORegister<u32>, pub CEC_ISR: RWRegister<u32>, pub CEC_IER: RWRegister<u32>, }

Fields

CEC_CR: RWRegister<u32>

CEC control register

CEC_CFGR: RWRegister<u32>

CEC configuration register

CEC_TXDR: WORegister<u32>

CEC Tx data register

CEC_RXDR: RORegister<u32>

CEC Rx Data Register

CEC_ISR: RWRegister<u32>

CEC Interrupt and Status Register

CEC_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.