Struct stm32f1::stm32f100::CEC[][src]

pub struct CEC { /* fields omitted */ }

HDMI-CEC controller

Methods

impl CEC
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for CEC
[src]

impl Deref for CEC
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for CEC