[]Struct stm32f407g_disc::uart4::cr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn over8(&mut self) -> _OVER8W

Bit 15 - Oversampling mode

pub fn ue(&mut self) -> _UEW

Bit 13 - USART enable

pub fn m(&mut self) -> _MW

Bit 12 - Word length

pub fn wake(&mut self) -> _WAKEW

Bit 11 - Wakeup method

pub fn pce(&mut self) -> _PCEW

Bit 10 - Parity control enable

pub fn ps(&mut self) -> _PSW

Bit 9 - Parity selection

pub fn peie(&mut self) -> _PEIEW

Bit 8 - PE interrupt enable

pub fn txeie(&mut self) -> _TXEIEW

Bit 7 - TXE interrupt enable

pub fn tcie(&mut self) -> _TCIEW

Bit 6 - Transmission complete interrupt enable

pub fn rxneie(&mut self) -> _RXNEIEW

Bit 5 - RXNE interrupt enable

pub fn idleie(&mut self) -> _IDLEIEW

Bit 4 - IDLE interrupt enable

pub fn te(&mut self) -> _TEW

Bit 3 - Transmitter enable

pub fn re(&mut self) -> _REW

Bit 2 - Receiver enable

pub fn rwu(&mut self) -> _RWUW

Bit 1 - Receiver wakeup

pub fn sbk(&mut self) -> _SBKW

Bit 0 - Send break

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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, 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]