[][src]Struct stm32f1::stm32f100::cec::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub cfgr: CFGR,
    pub oar: OAR,
    pub pres: PRES,
    pub esr: ESR,
    pub csr: CSR,
    pub txd: TXD,
    pub rxd: RXD,
}

Register block

Fields

cfgr: CFGR

0x00 - configuration register

oar: OAR

0x04 - CEC own address register

pres: PRES

0x08 - Rx Data Register

esr: ESR

0x0c - CEC error status register

csr: CSR

0x10 - CEC control and status register

txd: TXD

0x14 - CEC Tx data register

rxd: RXD

0x18 - CEC Rx data register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.