Struct stm32f446_hal::stm32f446::USART3[][src]

pub struct USART3 { /* fields omitted */ }

USART3

Methods

impl USART3
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for USART3
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for USART3
[src]

impl TxPin<USART3> for PB10<AF7>
[src]

impl TxPin<USART3> for PC10<AF7>
[src]

impl RxPin<USART3> for PC5<AF7>
[src]

impl RxPin<USART3> for PC11<AF7>
[src]

Auto Trait Implementations

impl !Sync for USART3