Struct stm32f446_hal::stm32f446::USART1[][src]

pub struct USART1 { /* fields omitted */ }

USART1

Methods

impl USART1
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for USART1
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for USART1
[src]

impl TxPin<USART1> for PA9<AF7>
[src]

impl TxPin<USART1> for PB6<AF7>
[src]

impl RxPin<USART1> for PA10<AF7>
[src]

impl RxPin<USART1> for PB7<AF7>
[src]

Auto Trait Implementations

impl !Sync for USART1