Struct W

Source
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Source§

impl W

Source

pub fn reset_value() -> W

Reset value of the register

Source

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

Writes raw bits to the register

Source

pub fn m1(&mut self) -> _M1W<'_>

Bit 28 - Word length

Source

pub fn cmie(&mut self) -> _CMIEW<'_>

Bit 14 - Character match interrupt enable

Source

pub fn mme(&mut self) -> _MMEW<'_>

Bit 13 - Mute mode enable

Source

pub fn m0(&mut self) -> _M0W<'_>

Bit 12 - Word length

Source

pub fn wake(&mut self) -> _WAKEW<'_>

Bit 11 - Receiver wakeup method

Source

pub fn pce(&mut self) -> _PCEW<'_>

Bit 10 - Parity control enable

Source

pub fn ps(&mut self) -> _PSW<'_>

Bit 9 - Parity selection

Source

pub fn peie(&mut self) -> _PEIEW<'_>

Bit 8 - PE interrupt enable

Source

pub fn txeie(&mut self) -> _TXEIEW<'_>

Bit 7 - interrupt enable

Source

pub fn tcie(&mut self) -> _TCIEW<'_>

Bit 6 - Transmission complete interrupt enable

Source

pub fn rxneie(&mut self) -> _RXNEIEW<'_>

Bit 5 - RXNE interrupt enable

Source

pub fn idleie(&mut self) -> _IDLEIEW<'_>

Bit 4 - IDLE interrupt enable

Source

pub fn te(&mut self) -> _TEW<'_>

Bit 3 - Transmitter enable

Source

pub fn re(&mut self) -> _REW<'_>

Bit 2 - Receiver enable

Source

pub fn uesm(&mut self) -> _UESMW<'_>

Bit 1 - USART enable in Stop mode

Source

pub fn ue(&mut self) -> _UEW<'_>

Bit 0 - USART enable

Source

pub fn deat(&mut self) -> _DEATW<'_>

Bits 21:25 - Driver Enable assertion time

Source

pub fn dedt(&mut self) -> _DEDTW<'_>

Bits 16:20 - Driver Enable de-assertion time

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.