[][src]Struct stm32f3::stm32f373::cec::ier::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 txackie(&mut self) -> _TXACKIEW[src]

Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable

pub fn txerrie(&mut self) -> _TXERRIEW[src]

Bit 11 - Tx-Error Interrupt Enable

pub fn txudrie(&mut self) -> _TXUDRIEW[src]

Bit 10 - Tx-Underrun interrupt enable

pub fn txendie(&mut self) -> _TXENDIEW[src]

Bit 9 - Tx-End of message interrupt enable

pub fn txbrie(&mut self) -> _TXBRIEW[src]

Bit 8 - Tx-Byte Request Interrupt Enable

pub fn arblstie(&mut self) -> _ARBLSTIEW[src]

Bit 7 - Arbitration Lost Interrupt Enable

pub fn rxackie(&mut self) -> _RXACKIEW[src]

Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable

pub fn lbpeie(&mut self) -> _LBPEIEW[src]

Bit 5 - Long Bit Period Error Interrupt Enable

pub fn sbpeie(&mut self) -> _SBPEIEW[src]

Bit 4 - Short Bit Period Error Interrupt Enable

pub fn breie(&mut self) -> _BREIEW[src]

Bit 3 - Bit Rising Error Interrupt Enable

pub fn rxovrie(&mut self) -> _RXOVRIEW[src]

Bit 2 - Rx-Buffer Overrun Interrupt Enable

pub fn rxendie(&mut self) -> _RXENDIEW[src]

Bit 1 - End Of Reception Interrupt Enable

pub fn rxbrie(&mut self) -> _RXBRIEW[src]

Bit 0 - Rx-Byte Received Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From<T> for T[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self