Struct stm32f103xx::UART4
[−]
[src]
pub struct UART4 { /* fields omitted */ }
Universal asynchronous receiver transmitter
Methods
impl UART4
[src]
pub fn ptr() -> *const RegisterBlock
[src]
Returns a pointer to the register block
Trait Implementations
impl Send for UART4
[src]
impl Deref for UART4
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &RegisterBlock
[src]
Dereferences the value.