pub struct W(_);
Expand description

Register IER writer

Implementations

Bit 0 - Rx-Byte Received Interrupt Enable The RXBRIE bit is set and cleared by software.

Bit 1 - End Of Reception Interrupt Enable The RXENDIE bit is set and cleared by software.

Bit 2 - Rx-Buffer Overrun Interrupt Enable The RXOVRIE bit is set and cleared by software.

Bit 3 - Bit Rising Error Interrupt Enable The BREIE bit is set and cleared by software.

Bit 4 - Short Bit Period Error Interrupt Enable The SBPEIE bit is set and cleared by software.

Bit 5 - Long Bit Period Error Interrupt Enable The LBPEIE bit is set and cleared by software.

Bit 6 - Rx-Missing Acknowledge Error Interrupt Enable The RXACKIE bit is set and cleared by software.

Bit 7 - Arbitration Lost Interrupt Enable The ARBLSTIE bit is set and cleared by software.

Bit 8 - Tx-Byte Request Interrupt Enable The TXBRIE bit is set and cleared by software.

Bit 9 - Tx-End Of Message Interrupt Enable The TXENDIE bit is set and cleared by software.

Bit 10 - Tx-Underrun Interrupt Enable The TXUDRIE bit is set and cleared by software.

Bit 11 - Tx-Error Interrupt Enable The TXERRIE bit is set and cleared by software.

Bit 12 - Tx-Missing Acknowledge Error Interrupt Enable The TXACKEIE bit is set and cleared by software.

Writes raw bits to the register.

Methods from Deref<Target = W<IER_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.