Struct stm32f7x6::CEC [] [src]

pub struct CEC { /* fields omitted */ }

HDMI-CEC controller

Methods

impl CEC
[src]

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

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for CEC