pub struct W(_);
Expand description

Register IDR writer

Implementations

Bit 0 - Command Ready Interrupt Disable

Bit 1 - Receiver Ready Interrupt Disable

Bit 2 - Transmit Ready Interrupt Disable

Bit 3 - Data Block Ended Interrupt Disable

Bit 4 - Data Transfer in Progress Interrupt Disable

Bit 5 - Data Not Busy Interrupt Disable

Bit 6 - End of Receive Buffer Interrupt Disable

Bit 7 - End of Transmit Buffer Interrupt Disable

Bit 8 - SDIO Interrupt for Slot A Interrupt Disable

Bit 12 - SDIO Read Wait Operation Status Interrupt Disable

Bit 13 - Completion Signal received interrupt Disable

Bit 14 - Receive Buffer Full Interrupt Disable

Bit 15 - Transmit Buffer Empty Interrupt Disable

Bit 16 - Response Index Error Interrupt Disable

Bit 17 - Response Direction Error Interrupt Disable

Bit 18 - Response CRC Error Interrupt Disable

Bit 19 - Response End Bit Error Interrupt Disable

Bit 20 - Response Time-out Error Interrupt Disable

Bit 21 - Data CRC Error Interrupt Disable

Bit 22 - Data Time-out Error Interrupt Disable

Bit 23 - Completion Signal Time out Error Interrupt Disable

Bit 26 - FIFO empty Interrupt Disable

Bit 27 - Transfer Done Interrupt Disable

Bit 28 - Boot Acknowledge Interrupt Disable

Bit 29 - Boot Acknowledge Error Interrupt Disable

Bit 30 - Overrun Interrupt Disable

Bit 31 - Underrun Interrupt Disable

Writes raw bits to the register.

Methods from Deref<Target = W<IDR_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.