[−][src]Struct stm32l4x6::lpuart1::cr1::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32[src]
pub fn bits(&self) -> u32Value of the register as raw bits
pub fn m1(&self) -> M1R[src]
pub fn m1(&self) -> M1RBit 28 - Word length
pub fn deat4(&self) -> DEAT4R[src]
pub fn deat4(&self) -> DEAT4RBit 25 - Driver Enable assertion time
pub fn deat3(&self) -> DEAT3R[src]
pub fn deat3(&self) -> DEAT3RBit 24 - DEAT3
pub fn deat2(&self) -> DEAT2R[src]
pub fn deat2(&self) -> DEAT2RBit 23 - DEAT2
pub fn deat1(&self) -> DEAT1R[src]
pub fn deat1(&self) -> DEAT1RBit 22 - DEAT1
pub fn deat0(&self) -> DEAT0R[src]
pub fn deat0(&self) -> DEAT0RBit 21 - DEAT0
pub fn dedt4(&self) -> DEDT4R[src]
pub fn dedt4(&self) -> DEDT4RBit 20 - Driver Enable de-assertion time
pub fn dedt3(&self) -> DEDT3R[src]
pub fn dedt3(&self) -> DEDT3RBit 19 - DEDT3
pub fn dedt2(&self) -> DEDT2R[src]
pub fn dedt2(&self) -> DEDT2RBit 18 - DEDT2
pub fn dedt1(&self) -> DEDT1R[src]
pub fn dedt1(&self) -> DEDT1RBit 17 - DEDT1
pub fn dedt0(&self) -> DEDT0R[src]
pub fn dedt0(&self) -> DEDT0RBit 16 - DEDT0
pub fn cmie(&self) -> CMIER[src]
pub fn cmie(&self) -> CMIERBit 14 - Character match interrupt enable
pub fn mme(&self) -> MMER[src]
pub fn mme(&self) -> MMERBit 13 - Mute mode enable
pub fn m0(&self) -> M0R[src]
pub fn m0(&self) -> M0RBit 12 - Word length
pub fn wake(&self) -> WAKER[src]
pub fn wake(&self) -> WAKERBit 11 - Receiver wakeup method
pub fn pce(&self) -> PCER[src]
pub fn pce(&self) -> PCERBit 10 - Parity control enable
pub fn ps(&self) -> PSR[src]
pub fn ps(&self) -> PSRBit 9 - Parity selection
pub fn peie(&self) -> PEIER[src]
pub fn peie(&self) -> PEIERBit 8 - PE interrupt enable
pub fn txeie(&self) -> TXEIER[src]
pub fn txeie(&self) -> TXEIERBit 7 - interrupt enable
pub fn tcie(&self) -> TCIER[src]
pub fn tcie(&self) -> TCIERBit 6 - Transmission complete interrupt enable
pub fn rxneie(&self) -> RXNEIER[src]
pub fn rxneie(&self) -> RXNEIERBit 5 - RXNE interrupt enable
pub fn idleie(&self) -> IDLEIER[src]
pub fn idleie(&self) -> IDLEIERBit 4 - IDLE interrupt enable
pub fn te(&self) -> TER[src]
pub fn te(&self) -> TERBit 3 - Transmitter enable
pub fn re(&self) -> RER[src]
pub fn re(&self) -> RERBit 2 - Receiver enable
pub fn uesm(&self) -> UESMR[src]
pub fn uesm(&self) -> UESMRBit 1 - USART enable in Stop mode
pub fn ue(&self) -> UER[src]
pub fn ue(&self) -> UERBit 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 Timpl<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 TMutably 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