[−][src]Struct stm32f0xx_hal::stm32::usart1::cr1::R
Value read from the register
Methods
impl R[src]
pub fn bits(&self) -> u32[src]
Value of the register as raw bits
pub fn ue(&self) -> UER[src]
Bit 0 - USART enable
pub fn uesm(&self) -> UESMR[src]
Bit 1 - USART enable in Stop mode
pub fn re(&self) -> RER[src]
Bit 2 - Receiver enable
pub fn te(&self) -> TER[src]
Bit 3 - Transmitter enable
pub fn idleie(&self) -> IDLEIER[src]
Bit 4 - IDLE interrupt enable
pub fn rxneie(&self) -> RXNEIER[src]
Bit 5 - RXNE interrupt enable
pub fn tcie(&self) -> TCIER[src]
Bit 6 - Transmission complete interrupt enable
pub fn txeie(&self) -> TXEIER[src]
Bit 7 - interrupt enable
pub fn peie(&self) -> PEIER[src]
Bit 8 - PE interrupt enable
pub fn ps(&self) -> PSR[src]
Bit 9 - Parity selection
pub fn pce(&self) -> PCER[src]
Bit 10 - Parity control enable
pub fn wake(&self) -> WAKER[src]
Bit 11 - Receiver wakeup method
pub fn m0(&self) -> M0R[src]
Bit 12 - Word length
pub fn mme(&self) -> MMER[src]
Bit 13 - Mute mode enable
pub fn cmie(&self) -> CMIER[src]
Bit 14 - Character match interrupt enable
pub fn over8(&self) -> OVER8R[src]
Bit 15 - Oversampling mode
pub fn dedt(&self) -> DEDTR[src]
Bits 16:20 - Driver Enable deassertion time
pub fn deat(&self) -> DEATR[src]
Bits 21:25 - Driver Enable assertion time
pub fn rtoie(&self) -> RTOIER[src]
Bit 26 - Receiver timeout interrupt enable
pub fn eobie(&self) -> EOBIER[src]
Bit 27 - End of Block interrupt enable
pub fn m1(&self) -> M1R[src]
Bit 28 - Word length
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self