[][src]Struct stm32f3::stm32f3x8::usart1::icr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

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

Writes raw bits to the register

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

Bit 20 - Wakeup from Stop mode clear flag

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

Bit 17 - Character match clear flag

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

Bit 12 - End of timeout clear flag

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

Bit 11 - Receiver timeout clear flag

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

Bit 9 - CTS clear flag

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

Bit 8 - LIN break detection clear flag

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

Bit 6 - Transmission complete clear flag

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

Bit 4 - Idle line detected clear flag

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

Bit 3 - Overrun error clear flag

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

Bit 2 - Noise detected clear flag

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

Bit 1 - Framing error clear flag

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

Bit 0 - Parity error clear flag

Auto Trait Implementations

impl Send for W

impl Sync for W

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]