[][src]Struct stm32f1xx_hal::stm32::uart4::cr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn sbk(&self) -> SBKR[src]

Bit 0 - Send break

pub fn rwu(&self) -> RWUR[src]

Bit 1 - Receiver wakeup

pub fn re(&self) -> RER[src]

Bit 2 - Receiver enable

pub fn te(&self) -> TER[src]

Bit 3 - Transmitter enable

pub fn idleie(&self) -> IDLEIER[src]

Bit 4 - IDLE interrupt enable

pub fn rxneie(&self) -> RXNEIER[src]

Bit 5 - RXNE interrupt enable

pub fn tcie(&self) -> TCIER[src]

Bit 6 - Transmission complete interrupt enable

pub fn txeie(&self) -> TXEIER[src]

Bit 7 - TXE interrupt enable

pub fn peie(&self) -> PEIER[src]

Bit 8 - PE interrupt enable

pub fn ps(&self) -> PSR[src]

Bit 9 - Parity selection

pub fn pce(&self) -> PCER[src]

Bit 10 - Parity control enable

pub fn wake(&self) -> WAKER[src]

Bit 11 - Wakeup method

pub fn m(&self) -> MR[src]

Bit 12 - Word length

pub fn ue(&self) -> UER[src]

Bit 13 - USART enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self