Struct stm32f1::stm32f103::uart4::RegisterBlock [−][src]
Register block
Fields
sr: SR
0x00 - UART4_SR
dr: DR
0x04 - UART4_DR
brr: BRR
0x08 - UART4_BRR
cr1: CR1
0x0c - UART4_CR1
cr2: CR2
0x10 - UART4_CR2
cr3: CR3
0x14 - UART4_CR3
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,