[][src]Struct stm32f3::stm32f303::usart1::icr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn wucf(&self) -> WUCFR
[src]

Bit 20 - Wakeup from Stop mode clear flag

pub fn cmcf(&self) -> CMCFR
[src]

Bit 17 - Character match clear flag

pub fn eobcf(&self) -> EOBCFR
[src]

Bit 12 - End of timeout clear flag

pub fn rtocf(&self) -> RTOCFR
[src]

Bit 11 - Receiver timeout clear flag

pub fn ctscf(&self) -> CTSCFR
[src]

Bit 9 - CTS clear flag

pub fn lbdcf(&self) -> LBDCFR
[src]

Bit 8 - LIN break detection clear flag

pub fn tccf(&self) -> TCCFR
[src]

Bit 6 - Transmission complete clear flag

pub fn idlecf(&self) -> IDLECFR
[src]

Bit 4 - Idle line detected clear flag

pub fn orecf(&self) -> ORECFR
[src]

Bit 3 - Overrun error clear flag

pub fn ncf(&self) -> NCFR
[src]

Bit 2 - Noise detected clear flag

pub fn fecf(&self) -> FECFR
[src]

Bit 1 - Framing error clear flag

pub fn pecf(&self) -> PECFR
[src]

Bit 0 - Parity error clear flag

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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