Struct stm32f429::LTDC[][src]

pub struct LTDC { /* fields omitted */ }

LCD-TFT Controller

Methods

impl LTDC
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for LTDC
[src]

impl Deref for LTDC
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for LTDC