Struct gd32f1::gd32f190::cec::intf::W[][src]

pub struct W(_);

Register INTF writer

Implementations

impl W[src]

pub fn taerr(&mut self) -> TAERR_W<'_>[src]

Bit 12 - Tx ACK Error flag

pub fn terr(&mut self) -> TERR_W<'_>[src]

Bit 11 - Tx-Error

pub fn tu(&mut self) -> TU_W<'_>[src]

Bit 10 - Tx data buffer underrun

pub fn tend(&mut self) -> TEND_W<'_>[src]

Bit 9 - Transmission successfully end

pub fn tbr(&mut self) -> TBR_W<'_>[src]

Bit 8 - Tx-Byte data request

pub fn lstarb(&mut self) -> LSTARB_W<'_>[src]

Bit 7 - Arbitration lost

pub fn rae(&mut self) -> RAE_W<'_>[src]

Bit 6 - Rx ACK Error

pub fn rlbpe(&mut self) -> RLBPE_W<'_>[src]

Bit 5 - Long Bit Period Error

pub fn rsbpe(&mut self) -> RSBPE_W<'_>[src]

Bit 4 - Short Bit Period Error

pub fn rbre(&mut self) -> RBRE_W<'_>[src]

Bit 3 - Bit Rising Error

pub fn ro(&mut self) -> RO_W<'_>[src]

Bit 2 - RX Overrun

pub fn rend(&mut self) -> REND_W<'_>[src]

Bit 1 - End of Reception

pub fn rbr(&mut self) -> RBR_W<'_>[src]

Bit 0 - Rx-Byte data received

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

Writes raw bits to the register.

Methods from Deref<Target = W<INTF_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<INTF_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<INTF_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.