[−][src]Struct stm32f103xx::usart1::cr1::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn ue(&self) -> UER
[src]
Bit 13 - USART enable
pub fn m(&self) -> MR
[src]
Bit 12 - Word length
pub fn wake(&self) -> WAKER
[src]
Bit 11 - Wakeup method
pub fn pce(&self) -> PCER
[src]
Bit 10 - Parity control enable
pub fn ps(&self) -> PSR
[src]
Bit 9 - Parity selection
pub fn peie(&self) -> PEIER
[src]
Bit 8 - PE interrupt enable
pub fn txeie(&self) -> TXEIER
[src]
Bit 7 - TXE interrupt enable
pub fn tcie(&self) -> TCIER
[src]
Bit 6 - Transmission complete interrupt enable
pub fn rxneie(&self) -> RXNEIER
[src]
Bit 5 - RXNE interrupt enable
pub fn idleie(&self) -> IDLEIER
[src]
Bit 4 - IDLE interrupt enable
pub fn te(&self) -> TER
[src]
Bit 3 - Transmitter enable
pub fn re(&self) -> RER
[src]
Bit 2 - Receiver enable
pub fn rwu(&self) -> RWUR
[src]
Bit 1 - Receiver wakeup
pub fn sbk(&self) -> SBKR
[src]
Bit 0 - Send break
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,