Type Definition lpc81x_pac::lpc812::spi0::intenset::RXOVEN_R

source ·
pub type RXOVEN_R = BitReader<RXOVEN_A>;
Expand description

Field RXOVEN reader - Determines whether an interrupt occurs when a receiver overrun occurs. This happens in slave mode when there is a need for the receiver to move newly received data to the RXDAT register when it is already in use. The interface prevents receiver overrun in Master mode by not allowing a new transmission to begin when a receiver overrun would otherwise occur.

Implementations§

Get enumerated values variant

Checks if the value of the field is RXOVEN_0

Checks if the value of the field is RXOVEN_1