Struct stm32l0x1::USART1[][src]

pub struct USART1 { /* fields omitted */ }

Universal synchronous asynchronous receiver transmitter

Methods

impl USART1
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for USART1
[src]

impl Deref for USART1
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for USART1