Struct stm32f105xx::UART4 [] [src]

pub struct UART4 { /* fields omitted */ }

Universal asynchronous receiver transmitter

Methods

impl UART4
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for UART4
[src]

impl Deref for UART4
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for UART4