Struct stm32f7x7::LTCD [] [src]

pub struct LTCD { /* fields omitted */ }

LCD-TFT Controller

Methods

impl LTCD
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for LTCD
[src]

impl Deref for LTCD
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for LTCD