Struct lpc845_pac::spi0::txdatctl::RXIGNORE_W[][src]

pub struct RXIGNORE_W<'a> { /* fields omitted */ }
Expand description

Field RXIGNORE writer - Receive Ignore. This allows data to be transmitted using the SPI without the need to read unneeded data from the receiver.Setting this bit simplifies the transmit process and can be used with the DMA.

Implementations

Writes variant to the field

Received data must be read in order to allow transmission to progress. In slave mode, an overrun error will occur if received data is not read before new data is received.

Received data is ignored, allowing transmission without reading unneeded received data. No receiver flags are generated.

Sets the field bit

Clears the field bit

Writes raw bits to the field

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

Performs the conversion.

Performs the conversion.

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.