[−][src]Struct stm32l4x6::lpuart1::cr1::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn m1(&mut self) -> _M1W
[src]
pub fn m1(&mut self) -> _M1W
Bit 28 - Word length
pub fn deat4(&mut self) -> _DEAT4W
[src]
pub fn deat4(&mut self) -> _DEAT4W
Bit 25 - Driver Enable assertion time
pub fn deat3(&mut self) -> _DEAT3W
[src]
pub fn deat3(&mut self) -> _DEAT3W
Bit 24 - DEAT3
pub fn deat2(&mut self) -> _DEAT2W
[src]
pub fn deat2(&mut self) -> _DEAT2W
Bit 23 - DEAT2
pub fn deat1(&mut self) -> _DEAT1W
[src]
pub fn deat1(&mut self) -> _DEAT1W
Bit 22 - DEAT1
pub fn deat0(&mut self) -> _DEAT0W
[src]
pub fn deat0(&mut self) -> _DEAT0W
Bit 21 - DEAT0
pub fn dedt4(&mut self) -> _DEDT4W
[src]
pub fn dedt4(&mut self) -> _DEDT4W
Bit 20 - Driver Enable de-assertion time
pub fn dedt3(&mut self) -> _DEDT3W
[src]
pub fn dedt3(&mut self) -> _DEDT3W
Bit 19 - DEDT3
pub fn dedt2(&mut self) -> _DEDT2W
[src]
pub fn dedt2(&mut self) -> _DEDT2W
Bit 18 - DEDT2
pub fn dedt1(&mut self) -> _DEDT1W
[src]
pub fn dedt1(&mut self) -> _DEDT1W
Bit 17 - DEDT1
pub fn dedt0(&mut self) -> _DEDT0W
[src]
pub fn dedt0(&mut self) -> _DEDT0W
Bit 16 - DEDT0
pub fn cmie(&mut self) -> _CMIEW
[src]
pub fn cmie(&mut self) -> _CMIEW
Bit 14 - Character match interrupt enable
pub fn mme(&mut self) -> _MMEW
[src]
pub fn mme(&mut self) -> _MMEW
Bit 13 - Mute mode enable
pub fn m0(&mut self) -> _M0W
[src]
pub fn m0(&mut self) -> _M0W
Bit 12 - Word length
pub fn wake(&mut self) -> _WAKEW
[src]
pub fn wake(&mut self) -> _WAKEW
Bit 11 - Receiver wakeup method
pub fn pce(&mut self) -> _PCEW
[src]
pub fn pce(&mut self) -> _PCEW
Bit 10 - Parity control enable
pub fn ps(&mut self) -> _PSW
[src]
pub fn ps(&mut self) -> _PSW
Bit 9 - Parity selection
pub fn peie(&mut self) -> _PEIEW
[src]
pub fn peie(&mut self) -> _PEIEW
Bit 8 - PE interrupt enable
pub fn txeie(&mut self) -> _TXEIEW
[src]
pub fn txeie(&mut self) -> _TXEIEW
Bit 7 - interrupt enable
pub fn tcie(&mut self) -> _TCIEW
[src]
pub fn tcie(&mut self) -> _TCIEW
Bit 6 - Transmission complete interrupt enable
pub fn rxneie(&mut self) -> _RXNEIEW
[src]
pub fn rxneie(&mut self) -> _RXNEIEW
Bit 5 - RXNE interrupt enable
pub fn idleie(&mut self) -> _IDLEIEW
[src]
pub fn idleie(&mut self) -> _IDLEIEW
Bit 4 - IDLE interrupt enable
pub fn te(&mut self) -> _TEW
[src]
pub fn te(&mut self) -> _TEW
Bit 3 - Transmitter enable
pub fn re(&mut self) -> _REW
[src]
pub fn re(&mut self) -> _REW
Bit 2 - Receiver enable
pub fn uesm(&mut self) -> _UESMW
[src]
pub fn uesm(&mut self) -> _UESMW
Bit 1 - USART enable in Stop mode
pub fn ue(&mut self) -> _UEW
[src]
pub fn ue(&mut self) -> _UEW
Bit 0 - USART enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more