Struct stm32ral::stm32f0::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>

control register

CFGR: RWRegister<u32>

configuration register

TXDR: WORegister<u32>

Tx data register

RXDR: RORegister<u32>

Rx Data Register

ISR: RWRegister<u32>

Interrupt and Status Register

IER: RWRegister<u32>

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.