Struct stm32f105xx::uart5::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sr: SR, pub dr: DR, pub brr: BRR, pub cr1: CR1, pub cr2: CR2, pub cr3: CR3, }

Register block

Fields

0x00 - UART5 SR

0x04 - UART5 DR

0x08 - UART5 BRR

0x0c - UART5 CR1

0x10 - UART5 CR2

0x14 - UART5 CR3

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock