Type Definition lpc81x_pac::lpc811::spi0::txdatctl::RXIGNORE_W

source ·
pub type RXIGNORE_W<'a, const O: u8> = BitWriter<'a, u32, TXDATCTL_SPEC, RXIGNORE_A, O>;
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§

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.