pub struct W(_);
Expand description

Register IER writer

Implementations

Bit 0 - Command Ready Interrupt Enable

Bit 1 - Receiver Ready Interrupt Enable

Bit 2 - Transmit Ready Interrupt Enable

Bit 3 - Data Block Ended Interrupt Enable

Bit 4 - Data Transfer in Progress Interrupt Enable

Bit 5 - Data Not Busy Interrupt Enable

Bit 8 - SDIO Interrupt for Slot A Interrupt Enable

Bit 12 - SDIO Read Wait Operation Status Interrupt Enable

Bit 13 - Completion Signal Received Interrupt Enable

Bit 16 - Response Index Error Interrupt Enable

Bit 17 - Response Direction Error Interrupt Enable

Bit 18 - Response CRC Error Interrupt Enable

Bit 19 - Response End Bit Error Interrupt Enable

Bit 20 - Response Time-out Error Interrupt Enable

Bit 21 - Data CRC Error Interrupt Enable

Bit 22 - Data Time-out Error Interrupt Enable

Bit 23 - Completion Signal Timeout Error Interrupt Enable

Bit 24 - DMA Block Overrun Error Interrupt Enable

Bit 26 - FIFO empty Interrupt enable

Bit 27 - Transfer Done Interrupt enable

Bit 28 - Boot Acknowledge Interrupt Enable

Bit 29 - Boot Acknowledge Error Interrupt Enable

Bit 30 - Overrun Interrupt Enable

Bit 31 - Underrun Interrupt Enable

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.