Type Definition lpc81x_pac::lpc812::spi0::txdatctl::EOF_W

source ·
pub type EOF_W<'a, const O: u8> = BitWriter<'a, u32, TXDATCTL_SPEC, EOF_A, O>;
Expand description

Field EOF writer - End of Frame. Between frames, a delay may be inserted, as defined by the FRAME_DELAY value in the DLY register. The end of a frame may not be particularly meaningful if the FRAME_DELAY value = 0. This control can be used as part of the support for frame lengths greater than 16 bits.

Implementations§

This piece of data transmitted is not treated as the end of a frame.

This piece of data is treated as the end of a frame, causing the FRAME_DELAY time to be inserted before subsequent data is transmitted.