[][src]Struct gd32vf103_pac::uart3::ctl0::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn uen(&mut self) -> _UENW[src]

Bit 13 - USART enable

pub fn wl(&mut self) -> _WLW[src]

Bit 12 - Word length

pub fn wm(&mut self) -> _WMW[src]

Bit 11 - Wakeup method in mute mode

pub fn pcen(&mut self) -> _PCENW[src]

Bit 10 - Parity check function enable

pub fn pm(&mut self) -> _PMW[src]

Bit 9 - Parity mode

pub fn perrie(&mut self) -> _PERRIEW[src]

Bit 8 - Parity error interrupt enable

pub fn tbeie(&mut self) -> _TBEIEW[src]

Bit 7 - Transmitter buffer empty interrupt enable

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

Bit 6 - Transmission complete interrupt enable

pub fn rbneie(&mut self) -> _RBNEIEW[src]

Bit 5 - Read data buffer not empty interrupt and overrun error interrupt enable

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

Bit 4 - IDLE line detected interrupt enable

pub fn ten(&mut self) -> _TENW[src]

Bit 3 - Transmitter enable

pub fn ren(&mut self) -> _RENW[src]

Bit 2 - Receiver enable

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

Bit 1 - Receiver wakeup from mute mode

pub fn sbkcmd(&mut self) -> _SBKCMDW[src]

Bit 0 - Send break command

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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